summaryrefslogtreecommitdiff
path: root/zsh/env
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/env')
-rw-r--r--zsh/env2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/env b/zsh/env
index 91c2e69..f6df33a 100644
--- a/zsh/env
+++ b/zsh/env
@@ -6,7 +6,7 @@ dotfiles_root() {
source_if_exists() {
local prefix file
- for prefix in ${UNAME} ${DOMAIN} ${HOST_SHORT} ${HOST}; do
+ for prefix in ${UNAME} ${DOMAIN} ${HOST_SHORT} ${HOST} local; do
file=$(dotfiles_root)/dotfiles-${prefix}/$1
[[ -f ${file} ]] && . ${file}
done