shells/zsh: disable tramp setup
This commit is contained in:
parent
6057029b96
commit
25291f90ee
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
|
|
||||||
initExtraFirst = ''
|
#initExtraFirst = ''
|
||||||
[[ $TERM == "tramp" ]] && unsetopt zle && PS1='$ ' && return
|
# [[ $TERM == "tramp" ]] && unsetopt zle && PS1='$ ' && return
|
||||||
'';
|
#'';
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
${pkgs.kitty}/bin/kitty + complete setup zsh | source /dev/stdin
|
${pkgs.kitty}/bin/kitty + complete setup zsh | source /dev/stdin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue