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 ta='tmux attach'
|
||||||
alias t='tmux'
|
alias t='tmux'
|
||||||
alias v='nvim'
|
alias v='nvim'
|
||||||
alias cat="bat"
|
|
||||||
alias t="tmux"
|
alias t="tmux"
|
||||||
alias ta="tmux attach"
|
alias ta="tmux attach"
|
||||||
|
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Install Programs
|
# 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
|
if $desktop; then
|
||||||
programs+=(
|
programs+=(
|
||||||
|
|||||||
Reference in New Issue
Block a user