fix(zsh): correct dotDir, make history path absolute
This commit is contained in:
parent
48670cf486
commit
3df9179f5d
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@
|
|||
${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin
|
||||
'';
|
||||
|
||||
dotDir = "${config.xdg.configHome}zsh";
|
||||
dotDir = ".config/zsh";
|
||||
|
||||
history.path = "${dotDir}/.zsh_history";
|
||||
history.path = "/home/infinidoge/${dotDir}/.zsh_history";
|
||||
|
||||
shellAliases = main.environment.shellAliases // config.home.shellAliases;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue