Pass Autocompletion in BASH

This commit is contained in:
Eric Teunis de Boone 2019-11-15 12:23:47 +01:00
parent 8e7b6fe9a8
commit a1e0f231eb
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Enable password-storage and its bash completion
PASSDIR="${DOTFILES}/password-storage"
PASSDIR="${DOTFILES}/password-store"
# Only do this when the submodule is loaded
if [ -d "${PASSDIR}/src" ]; then

View File

@ -31,7 +31,7 @@ fi
# Load main things
if [ -d "$DOTBASH/bash.d" ]; then
for f in colours aliases history 00-marietje prompt_command
for f in colours aliases history 00-marietje prompt_command password-store
do
if [ -r "$DOTBASH/bash.d/$f" ]; then
source "$DOTBASH/bash.d/$f"