diff --git a/config.fish b/config.fish index 3e0196c..34fb1dc 100644 --- a/config.fish +++ b/config.fish @@ -44,10 +44,12 @@ function _set_aliases if [ "$TERM" = "foot" ] || [ "$TERM" = "xterm-kitty" ] if which ssh > /dev/null 2>&1 alias ssh="TERM=xterm-256color $(which ssh)" - alias homessh="ssh -p 48001 tx0.su" end which gg > /dev/null 2>&1 && alias gg="TERM=xterm-256color $(which gg)" end + if which ssh > /dev/null 2>&1 + alias homessh="ssh -p 48001 tx0.su" + end if which eza > /dev/null 2>&1 alias ls="eza --icons=auto" else if which exa > /dev/null 2>&1