aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 8589f82..6f232e9 100644
--- a/.bashrc
+++ b/.bashrc
@@ -8,6 +8,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/*.bash; do
source $f
done