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

@ -17,6 +17,7 @@
ripgrep ripgrep
wget wget
unzip unzip
bat
gcc # needed for nvim for some reason. gcc # needed for nvim for some reason.

View file

@ -25,6 +25,7 @@ setopt hist_ignore_space
alias ls="ls -h --color=auto" alias ls="ls -h --color=auto"
alias la="ls -ah --color=auto" alias la="ls -ah --color=auto"
alias ll="ls -ahl --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 alias tmux="tmux -f $HOME/.config/tmux/tmux.conf" # needed for osx systems for some reason