do not use icons over ssh (helpful for termius)
parent
23aebf4732
commit
1f3a680b71
|
@ -1,9 +1,5 @@
|
||||||
if which exa > /dev/null 2>&1 ; then
|
if which exa > /dev/null 2>&1 ; then
|
||||||
if [ -z "$SSH_CLIENT" ] ; then
|
|
||||||
alias ls="exa --icons -F -g"
|
alias ls="exa --icons -F -g"
|
||||||
else
|
|
||||||
alias ls="exa --no-icons -F -g"
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
alias ls="ls --color=auto"
|
alias ls="ls --color=auto"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue