zsh: replace cat with bat
This commit is contained in:
parent
9c5b9168e1
commit
8ea640ddfc
2 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue