diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-13 21:19:05 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-13 21:19:05 +0300 |
commit | cfcc1c42018176ccd2952965b1824b951892ab57 (patch) | |
tree | 85b4e7bc45c8798e434daf8635b1098c386e23ae /.GHC | |
parent | .minttyrc: more contrast in the color scheme (diff) | |
download | linux-home-cfcc1c42018176ccd2952965b1824b951892ab57.tar.gz linux-home-cfcc1c42018176ccd2952965b1824b951892ab57.zip |
add ghci.conf
Diffstat (limited to '')
-rw-r--r-- | .GHC/ghci.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.GHC/ghci.conf b/.GHC/ghci.conf new file mode 100644 index 0000000..8e196db --- /dev/null +++ b/.GHC/ghci.conf @@ -0,0 +1,3 @@ +:set prompt "> " +:set prompt2 "" +:seti -w |