nix: add HISTFILE

This commit is contained in:
steve-chavez
2023-06-26 17:51:21 -05:00
committed by Steve Chavez
parent 991b151b69
commit 06a3898107
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -5,3 +5,4 @@ Pipfile.lock
diagrams/db.pdf
misspellings
unuseddict
.history
+4
View File
@@ -15,4 +15,8 @@ pkgs.mkShell {
docs.dictcheck
docs.linkcheck
];
shellHook = ''
export HISTFILE=.history
'';
}