fix(zsh): keep history in xdg config home
This commit is contained in:
parent
c7ac28909e
commit
20d7db1413
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue