aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/.zshrc
diff options
context:
space:
mode:
authorkj-sh6042025-02-11 16:39:58 -0500
committerkj-sh6042025-02-11 16:39:58 -0500
commita4c80906301cdf15821b5c3b6c67524e61607914 (patch)
tree21082d09eba7ca56b1d3ff5a275e66b41778d923 /.config/shell/.zshrc
parent569079eff1db538d49ff1825d99d58a547f2148f (diff)
refactor: remove `cat` alias
Diffstat (limited to '.config/shell/.zshrc')
-rw-r--r--.config/shell/.zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc
index db12b29..2a267a7 100644
--- a/.config/shell/.zshrc
+++ b/.config/shell/.zshrc
@@ -27,7 +27,6 @@ SAVEHIST=9999999
# aliases
# conditionally alias alternative applications if installed
- command which bat >/dev/null 2>&1 && alias cat="bat -p"
command which eza >/dev/null 2>&1 && alias ls="eza"
# personal aliases