]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/env
Use . instead of source to load config files.
[config/dotfiles.git] / zsh / env
diff --git a/zsh/env b/zsh/env
index 365c01bfe8a172431d0d0e48b0618c42743fdeb6..a413b57c0506a31b1124cb17c8233e4cd2e8da3b 100644 (file)
--- a/zsh/env
+++ b/zsh/env
@@ -6,7 +6,7 @@ host=${$(hostname)//.*/}
 
 # Load environmental related settings used by all shells.
 if [[ -f ~/.shell/env ]]; then
-    source ~/.shell/env
+    . ~/.shell/env
 # Fallback functions as ~/.shell/env couldn't be loaded.
 else
     function source_debug() {