Auto Update
This commit is contained in:
parent
a86b07b933
commit
25d5f8a439
1 changed files with 5 additions and 0 deletions
|
@ -62,3 +62,8 @@ if [ -d ~/.fzf ]; then
|
||||||
source ~/.fzf/completion.bash
|
source ~/.fzf/completion.bash
|
||||||
source ~/.fzf/key-bindings.bash
|
source ~/.fzf/key-bindings.bash
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# source client specific scripts
|
||||||
|
if [ -d ~/.client ]; then
|
||||||
|
for f in ~/.client/.*; do if [[ -f $f ]]; then source $f ; fi; done
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue