1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-12-22 01:03:35 +01:00

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 # Enable password-storage and its bash completion
PASSDIR="${DOTFILES}/password-storage" PASSDIR="${DOTFILES}/password-store"
# Only do this when the submodule is loaded # Only do this when the submodule is loaded
if [ -d "${PASSDIR}/src" ]; then if [ -d "${PASSDIR}/src" ]; then

View file

@ -31,7 +31,7 @@ fi
# Load main things # Load main things
if [ -d "$DOTBASH/bash.d" ]; then 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 do
if [ -r "$DOTBASH/bash.d/$f" ]; then if [ -r "$DOTBASH/bash.d/$f" ]; then
source "$DOTBASH/bash.d/$f" source "$DOTBASH/bash.d/$f"