Remove 'bat' from installation script and .bashrc aliases
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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+=(
|
||||
|
||||
Reference in New Issue
Block a user