Remove bat instead of cat

This commit is contained in:
Leon Grünewald 2020-07-31 21:20:16 +02:00
parent 8bb7aa3ad7
commit 9d189fb67c

View file

@ -65,11 +65,6 @@ if [ -n "$(command -v vimx)" ]; then
alias vim='vimx'
fi
if [ -n "$(command -v bat)" ]; then
alias cat='bat'
alias oldcat='cat'
fi
if [ -n "$(command -v exa)" ]; then
alias ls='exa'
alias oldls='ls --color=tty'