fix(zsh): fix zsh dotdir
This commit is contained in:
parent
447d4289cf
commit
78f5fd5cb4
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.xdg.configHome}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