This way local aliases can override existing ones if need be. Local environmental variables should not matter for the dotfiles settings.
@@ -1,13 +1,13 @@
source ~/dotfiles/shell/env
-[[ -r ~/.bashlocal ]] && source ~/.bashlocal
-
source ~/dotfiles/shell/common/load
for file in ~/dotfiles/shell/bash/*.bash; do
source $file
done
+[[ -r ~/.bashlocal ]] && source ~/.bashlocal
+
# Command Prompt
#
# [host] directory gitinfo jobinfo
@@ -1,11 +1,11 @@
-[[ -r ~/.zshlocal ]] && source ~/.zshlocal
for file in ~/dotfiles/shell/zsh/*.zsh; do
+[[ -r ~/.zshlocal ]] && source ~/.zshlocal