fix(zsh): keep history in xdg config home

This commit is contained in:
Infinidoge 2022-01-13 18:52:39 -05:00
parent c7ac28909e
commit 20d7db1413

View file

@ -17,7 +17,7 @@
${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin ${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin
''; '';
dotDir = ".config/zsh"; dotDir = "{config.xdg.configHome}zsh";
history.path = "${dotDir}/.zsh_history"; history.path = "${dotDir}/.zsh_history";