From 1222bb9f7ec7f81d97d694f9e1b2c15229d990a0 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 11 Feb 2025 16:21:15 +0000 Subject: [PATCH] Remove 'bat' from installation script and .bashrc aliases --- home/.bashrc | 1 - install.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/home/.bashrc b/home/.bashrc index b6e8c78d..fa8122c7 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -41,7 +41,6 @@ alias ll='ls -lhi' alias ta='tmux attach' alias t='tmux' alias v='nvim' -alias cat="bat" alias t="tmux" alias ta="tmux attach" diff --git a/install.sh b/install.sh index 0225f4f1..65425d9d 100755 --- a/install.sh +++ b/install.sh @@ -70,7 +70,7 @@ else fi # Install Programs -programs=(neovim curl git bat tmux bmon fzf gcc make gpg) +programs=(neovim curl git tmux bmon fzf gcc make gpg) if $desktop; then programs+=(