diff --git a/home-manager/modules/cli/zsh.nix b/home-manager/modules/cli/zsh.nix index 7bfcd1a..ba9c6a3 100644 --- a/home-manager/modules/cli/zsh.nix +++ b/home-manager/modules/cli/zsh.nix @@ -3,7 +3,6 @@ { programs.zsh = { enable = true; - enableAutosuggestion = true; history= rec { share = true; @@ -20,14 +19,14 @@ rs = "rsync -a --info=progress2 "; }; - pathSetup = '' - export PATH="${prefixEnvPath "PATH" [ - "$HOME/.nix-profile/bin" - "/nix/var/nix/profiles/default/bin" - ]}"; - export MANPATH="$HOME/.nix-profile/share/man:$(manpath 2>/dev/null)"; - typeset -U PATH path - ''; + #pathSetup = '' + # export PATH="${prefixEnvPath "PATH" [ + # "$HOME/.nix-profile/bin" + # "/nix/var/nix/profiles/default/bin" + # ]}"; + # export MANPATH="$HOME/.nix-profile/share/man:$(manpath 2>/dev/null)"; + # typeset -U PATH path + #''; initExtra = '' # Write out history line-by-line, rather than on shell session exit setopt INC_APPEND_HISTORY