diff --git a/users/modules/global/shells/zsh.nix b/users/modules/global/shells/zsh.nix index d6a555b..d2a301a 100644 --- a/users/modules/global/shells/zsh.nix +++ b/users/modules/global/shells/zsh.nix @@ -13,9 +13,9 @@ autosuggestion.enable = true; syntaxHighlighting.enable = true; - initExtraFirst = '' - [[ $TERM == "tramp" ]] && unsetopt zle && PS1='$ ' && return - ''; + #initExtraFirst = '' + # [[ $TERM == "tramp" ]] && unsetopt zle && PS1='$ ' && return + #''; initExtra = '' ${pkgs.kitty}/bin/kitty + complete setup zsh | source /dev/stdin