diff options
author | William Carroll <wpcarro@gmail.com> | 2020-07-01T09·38+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-07-01T09·38+0100 |
commit | c4fe3c92c7e18a58630edc2a5d9a334075af985f (patch) | |
tree | a36864e895c7b97e4cdbf6b5af96f0e090dacc03 /scratch/haskell-programming-from-first-principles | |
parent | d820898de597aca1b84c4ba07327dc0022a95b8c (diff) |
Create a .ghci for this directory
I would've created on at $HOME/.ghci, but I don't need that yet, and I didn't want to bother with home-manager.
Diffstat (limited to 'scratch/haskell-programming-from-first-principles')
-rw-r--r-- | scratch/haskell-programming-from-first-principles/.ghci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scratch/haskell-programming-from-first-principles/.ghci b/scratch/haskell-programming-from-first-principles/.ghci new file mode 100644 index 000000000000..12aab7f08e05 --- /dev/null +++ b/scratch/haskell-programming-from-first-principles/.ghci @@ -0,0 +1 @@ +:set prompt "> " |