summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-10-27 09:48:43 -0400
committerKjetil Orbekk <kj@orbekk.com>2020-10-27 09:48:43 -0400
commita5835cd1e3044a323b18991bcf3bf96295f6bfb7 (patch)
tree149a2bf7f5f4442a9f3d1f47f21b866154a0bb47
parentd9650cabb0a804c975b42cbf33792ef0ad5cd609 (diff)
Don't use bat
-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"