Remove bat instead of cat
This commit is contained in:
parent
8bb7aa3ad7
commit
9d189fb67c
1 changed files with 0 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue