zsh: Fix deprecated config dir
This commit is contained in:
parent
32ac9437bf
commit
8ea928ebfc
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# enableVteIntegration = true;
|
# enableVteIntegration = true;
|
||||||
dotDir = ".config/zsh";
|
dotDir = "${config.xdg.configHome}/zsh";
|
||||||
history = {
|
history = {
|
||||||
path = "${config.xdg.stateHome}/zsh/zsh_history";
|
path = "${config.xdg.stateHome}/zsh/zsh_history";
|
||||||
extended = true;
|
extended = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue