diff --git a/home/.bashrc b/home/.bashrc index 6c3fe253..1a8f2421 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -80,6 +80,7 @@ alias t='tmux' alias v='nvim' alias t="tmux" alias ta="tmux attach" +alias cat="bat" set completion-ignore-case On diff --git a/install.sh b/install.sh index 97133b66..a11e29b6 100755 --- a/install.sh +++ b/install.sh @@ -66,7 +66,7 @@ printf "${CYAN}Desktop: ${PURPLE}%s${NC}\n" "$XDG_CURRENT_DESKTOP" printf "\n" # Install Programs -programs=(neovim curl git tmux htop fzf gcc make tldr pass lynis) +programs=(neovim curl git tmux htop fzf gcc make tldr pass lynis bat) if [[ "$OSTYPE" != "darwin"* ]]; then programs+=(ufw s-tui)