Reorginazation after switching to GNU Stow for organizing dotfiles

This commit is contained in:
2017-04-05 12:11:27 -04:00
parent e0445597d6
commit 7c52136278
205 changed files with 36928 additions and 82 deletions

6
ghci/.ghci Normal file
View File

@@ -0,0 +1,6 @@
-- Enable overloaded string literals
:set -XOverloadedStrings
-- Enable multiline formatting
:set +m
:set prompt "\ESC[1;35mλ\ESC[1;34m>\ESC[0m "
:set prompt2 "\ESC[1;34m|\ESC[1;35m>\ESC[0m "

8
ghci/.haskeline Normal file
View File

@@ -0,0 +1,8 @@
bellStyle: NoBell
maxHistorySize: Just 100
editMode: Vi
completionType: MenuCompletion
completionPaging: False
completionPromptLimit: Just 100
listCompletionsImmediately: True
historyDuplicates: IgnoreAll