about summary refs log tree commit diff
path: root/scratch
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-07-01T09·38+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-07-01T09·38+0100
commitc4fe3c92c7e18a58630edc2a5d9a334075af985f (patch)
treea36864e895c7b97e4cdbf6b5af96f0e090dacc03 /scratch
parentd820898de597aca1b84c4ba07327dc0022a95b8c (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')
-rw-r--r--scratch/haskell-programming-from-first-principles/.ghci1
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 0000000000..12aab7f08e
--- /dev/null
+++ b/scratch/haskell-programming-from-first-principles/.ghci
@@ -0,0 +1 @@
+:set prompt "> "