From 25291f90ee8867b433dc69ab81b09bdafcc5246c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 12 Jun 2025 17:05:52 -0400 Subject: [PATCH] shells/zsh: disable tramp setup --- users/modules/global/shells/zsh.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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