zsh: replace cat with bat

This commit is contained in:
Nico 2025-05-03 16:16:00 +10:00
parent 9c5b9168e1
commit 8ea640ddfc
2 changed files with 2 additions and 0 deletions

View file

@ -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