diff options
Diffstat (limited to 'env.nix')
-rw-r--r-- | env.nix | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9,9 +9,6 @@ let ]; extraCmds = '' - if test -d "\$HOME/.history"; then - export HISTFILE="\$HOME/.history/env-${name}" - fi $(grep export ${hsEnv.outPath}/bin/ghc) ''; |