Compare commits
2 commits
cfefe9a22d
...
c511f6d9e9
Author | SHA1 | Date | |
---|---|---|---|
c511f6d9e9 | |||
8193a279c5 |
2 changed files with 7 additions and 1 deletions
dot_config
|
@ -1,5 +1,9 @@
|
||||||
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
|
||||||
|
|
2
dot_config/starship.toml
Normal file
2
dot_config/starship.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[container]
|
||||||
|
disabled=true
|
Loading…
Add table
Add a link
Reference in a new issue