mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 11:21:42 +01:00
fish: Always use kitty ssh
This commit is contained in:
parent
9a1c0ca8fd
commit
fff41b8d39
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user