fix zdot till stable update
This commit is contained in:
@@ -22,7 +22,8 @@ in {
|
|||||||
|
|
||||||
programs.${program} = {
|
programs.${program} = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dotDir = "${config.xdg.configHome}/zsh";
|
#dotDir = "${config.xdg.configHome}/zsh";
|
||||||
|
dotDir = ".config/zsh";
|
||||||
autocd = true;
|
autocd = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user