summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index ffc9641..f633d97 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -38,7 +38,6 @@ alias ls="ls --color"
alias e="emacsclient -n"
(( $+commands[exa] )) && alias ls="exa"
-(( $+commands[bat] )) && alias cat="bat"
# if (( $+commands[most] )); then
# alias less="most"
# export PAGER="most"