Update shell completion related setup

This commit is contained in:
2017-04-13 01:11:27 +01:00
parent 29976d6663
commit 5e1ed5d812
2 changed files with 8 additions and 3 deletions

View File

@@ -5,5 +5,10 @@
# Deterimine current directory
DOTBASH="$DOTSHELL/bash"
# bash-completion
if [ -f /usr/local/etc/bash_completion ]; then
source /usr/local/etc/bash_completion
fi
source "$DOTBASH/prompt.sh"
# source "$DOTBASH/bash-ido.sh" # Disabled for making life complicated