fish: Always use kitty ssh

This commit is contained in:
Donovan Glover
2023-01-07 01:06:08 -05:00
parent 9a1c0ca8fd
commit fff41b8d39

View File

@ -76,6 +76,11 @@ alias tree="exa --group-directories-first --long --tree -I 'node_modules|.git|pu
# Prevent accidents # Prevent accidents
alias mv="mv -i" alias mv="mv -i"
# Always use kitty ssh since it's our default terminal
if string match -qe -- "/dev/pts/" (tty)
alias ssh="kitty +kitten ssh"
end
# Abbreviations are aliases that expand # Abbreviations are aliases that expand
if not set -q set_abbr if not set -q set_abbr
set -U set_abbr set -U set_abbr