@@ -11,7 +11,7 @@
|
||||
home-manager.users.${user} = {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
dotDir = ".config/zsh";
|
||||
dotDir = "${home}/.config/zsh";
|
||||
autocd = true;
|
||||
history = {
|
||||
path = "${home}/.local/share/zsh/history";
|
||||
|
Reference in New Issue
Block a user