aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%APPDATA%/ghc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-02-20 01:40:06 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-02-20 01:40:06 +0300
commit5e9b652a7782ebd07b69100d9ce234785bf38083 (patch)
tree6ffaf356b27a888a303bcc060c77a465bbcff29d /%APPDATA%/ghc
parentupdate linux-home (diff)
downloadwindows-home-master.tar.gz
windows-home-master.zip
symlinks on Windows are a freaking painHEADmaster
I'll just update the relevant files from linux-home from now on, I think.
Diffstat (limited to '%APPDATA%/ghc')
-rw-r--r--[l---------]%APPDATA%/ghc/ghci.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/%APPDATA%/ghc/ghci.conf b/%APPDATA%/ghc/ghci.conf
index a71f301..0cb900e 120000..100644
--- a/%APPDATA%/ghc/ghci.conf
+++ b/%APPDATA%/ghc/ghci.conf
@@ -1 +1,9 @@
-../../linux-home/%HOME%/.ghci \ No newline at end of file
+:set prompt "> "
+:set prompt2 ""
+
+:seti -w
+
+:def hoogle \x -> return $ ":!hoogle \"" ++ x ++ "\""
+
+:set -XOverloadedStrings
+:set -XTupleSections