diff --git a/Droidnix/README.org b/Droidnix/README.org index 0fa7520fa..979b692b0 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -1139,7 +1139,7 @@ This is top file of this level which contains just an import statement for all r programs.zsh = { enable = true; enableCompletion = true; - autocd = true; + #autocd = true; dotDir = "${config.xdg.configHome}/zsh"; oh-my-zsh = { enable = true; diff --git a/Droidnix/generated/system/applications/terminal_shell/zsh.nix b/Droidnix/generated/system/applications/terminal_shell/zsh.nix index d607ec07f..fd75c004e 100644 --- a/Droidnix/generated/system/applications/terminal_shell/zsh.nix +++ b/Droidnix/generated/system/applications/terminal_shell/zsh.nix @@ -1,9 +1,14 @@ -{ config, pkgs, lib, ... }: +{ + config, + pkgs, + lib, + ... +}: { programs.zsh = { enable = true; enableCompletion = true; - autocd = true; + #autocd = true; dotDir = "${config.xdg.configHome}/zsh"; oh-my-zsh = { enable = true;