From 25d5f8a439213c7a5d6021b4a608d87bfb6284f9 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Tue, 7 Feb 2023 22:59:10 -0500 Subject: [PATCH] Auto Update --- files/.bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/.bashrc b/files/.bashrc index f14c506..c47fe89 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -62,3 +62,8 @@ if [ -d ~/.fzf ]; then source ~/.fzf/completion.bash source ~/.fzf/key-bindings.bash fi + +# source client specific scripts +if [ -d ~/.client ]; then + for f in ~/.client/.*; do if [[ -f $f ]]; then source $f ; fi; done +fi