alias cat to bat
This commit is contained in:
parent
8ad979a5ce
commit
2810c8adda
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.zshrc
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue