Bläddra i källkod

zsh: kitten ssh

raylu 1 år sedan
förälder
incheckning
7875ac5efa
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      zshrc

+ 3 - 0
zshrc

@@ -63,6 +63,9 @@ if [ -x ~/bin/eza ]; then
 else
 	alias ls='ls --color=auto -hv --group-directories-first'
 fi
+if [ $TERM = xterm-kitty ]; then
+	alias ssh='kitten ssh'
+fi
 alias ll='ls -l'
 alias l.='ls -Ad .*'
 alias la='ls -A'