diff options
| author | kj-sh604 | 2025-02-11 16:39:58 -0500 |
|---|---|---|
| committer | kj-sh604 | 2025-02-11 16:39:58 -0500 |
| commit | a4c80906301cdf15821b5c3b6c67524e61607914 (patch) | |
| tree | 21082d09eba7ca56b1d3ff5a275e66b41778d923 /.config/shell | |
| parent | 569079eff1db538d49ff1825d99d58a547f2148f (diff) | |
refactor: remove `cat` alias
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/.zshrc | 1 |
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 |
