]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - bash/rc
Use . instead of source to load config files.
[config/dotfiles.git] / bash / rc
diff --git a/bash/rc b/bash/rc
index 942ac8d957b144b9bca9d36c6c2bd7a957bd3004..d03d05e2f155142e9eb3958c6d8f92a09e1e6c86 100644 (file)
--- a/bash/rc
+++ b/bash/rc
@@ -6,7 +6,7 @@ host=$(echo $(hostname) | sed -e 's/\..*$//')
 
 # 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() {