Add bash completions

This commit is contained in:
2024-06-22 19:03:07 +01:00
parent 075d8580a4
commit a94a52bac7
2 changed files with 5 additions and 5 deletions

View File

@@ -90,11 +90,11 @@ alias v='nvim'
set completion-ignore-case On
# Use bash-completion, if available
[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
. /usr/share/bash-completion/bash_completion
export OFLAGS="--ozone-platform-hint=auto"
export PATH=$PATH:/home/trude/.local/bin
export NVM_DIR="$HOME/.config/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
if [ -f "/home/trude/.config/fabric/fabric-bootstrap.inc" ]; then . "/home/trude/.config/fabric/fabric-bootstrap.inc"; fi

View File

@@ -182,7 +182,7 @@ for selection in $main_menu; do
} | dialog --backtitle "$BACKTITLE" --programbox "Compile Neovim" 30 90
# Utilities
sudo apt-get install htop fzf tmux git vim wget curl feh scrot dunst -y &>> logs/dotfiles.log
sudo apt-get install htop fzf tmux git wget curl feh scrot dunst bash-completion -y &>> logs/dotfiles.log
dialogDotfiles 85 5 5 5 5 5 5 5 7 4
# Compile