aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 8dc994e..b0e2ed8 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -9,6 +9,11 @@ else
DOTFILEBASE="/home/jonas/dotfiles"
fi
+source "$DOTFILEBASE/config.default"
+if [ -f "$HOME/.files.config" ]; then
+ source "$HOME/.files.config"
+fi
+
for f in $DOTFILEBASE/bash/*.profile ; do
source $f
done