λ (set a ghci prompt)

This commit is contained in:
2021-02-18 17:07:45 -05:00
parent 08d0d43600
commit 9ee5a5afc0

View File

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