mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-06-01 20:09:13 +02:00
Pass Autocompletion in BASH
This commit is contained in:
parent
8e7b6fe9a8
commit
a1e0f231eb
2 changed files with 2 additions and 2 deletions
2
bash/rc
2
bash/rc
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue