zsh: fix history path to be fully-qualified

it's implicitly a relative path to where the shell is initialized.
This commit is contained in:
colin 2022-10-22 05:52:05 -07:00
parent cc63cacf28
commit 8345375bc4

View File

@ -10,7 +10,7 @@
enableVteIntegration = true;
history.ignorePatterns = [ "rm *" ];
dotDir = ".config/zsh";
history.path = ".local/share/zsh/history";
history.path = "/home/colin/.local/share/zsh/history";
initExtraBeforeCompInit = ''
# p10k instant prompt