From a4c80906301cdf15821b5c3b6c67524e61607914 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Tue, 11 Feb 2025 16:39:58 -0500 Subject: refactor: remove `cat` alias --- .config/fish/config.fish | 3 --- .config/shell/.zshrc | 1 - 2 files changed, 4 deletions(-) (limited to '.config') 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 -- cgit v1.2.3