diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2020-10-27 09:48:43 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2020-10-27 09:48:43 -0400 |
commit | a5835cd1e3044a323b18991bcf3bf96295f6bfb7 (patch) | |
tree | 149a2bf7f5f4442a9f3d1f47f21b866154a0bb47 /zsh | |
parent | d9650cabb0a804c975b42cbf33792ef0ad5cd609 (diff) |
Don't use bat
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |