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 | |
| parent | 569079eff1db538d49ff1825d99d58a547f2148f (diff) | |
refactor: remove `cat` alias
| -rw-r--r-- | .config/fish/config.fish | 3 | ||||
| -rw-r--r-- | .config/shell/.zshrc | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index ef5756c..bf74e76 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -11,9 +11,6 @@ if status is-interactive # aliases alias grep='grep --color=auto' alias neofetch="alsi" - if which bat >/dev/null 2>&1 - alias cat="bat -p" - end if which eza >/dev/null 2>&1 alias ls="eza" end 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 |
