λ (set a ghci prompt)

This commit is contained in:
James Walker 2021-02-18 17:07:45 -05:00
parent 08d0d43600
commit 9ee5a5afc0
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -8,4 +8,8 @@
haskellPackages.ghcide haskellPackages.ghcide
haskellPackages.hoogle haskellPackages.hoogle
]; ];
home.file.".ghci".text = ''
:set prompt "λ> "
'';
} }