zsh: replace cat with bat
This commit is contained in:
parent
9c5b9168e1
commit
8ea640ddfc
2 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ setopt hist_ignore_space
|
|||
alias ls="ls -h --color=auto"
|
||||
alias la="ls -ah --color=auto"
|
||||
alias ll="ls -ahl --color=auto"
|
||||
alias cat="bat"
|
||||
|
||||
alias tmux="tmux -f $HOME/.config/tmux/tmux.conf" # needed for osx systems for some reason
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue