Merge branch 'master' of ssh://git.doggoat.de:42/dhalucario/devconf

This commit is contained in:
Leon Grünewald 2020-07-05 23:06:54 +02:00
commit 1a10da944c

View file

@ -69,3 +69,8 @@ if [ -n "$(command -v bat)" ]; then
alias cat='bat' alias cat='bat'
alias oldcat='cat' alias oldcat='cat'
fi fi
if [ -n "$(command -v exa)"]; then
alias ls='exa'
alias oldls='ls --color=tty'
fi