alias cat to bat

dev-docs
Moritz Böhme 2021-04-04 14:08:36 +02:00
parent 8ad979a5ce
commit 2810c8adda
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -22,6 +22,7 @@ source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/doc/pkgfile/command-not-found.zsh
alias ls='exa -lh'
alias cat='bat'
alias diff='diff --color=auto'
alias grep='grep --color=auto'
alias ip='ip -color=auto'