]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - bash/rc
zsh: Automatically start screen.
[config/dotfiles.git] / bash / rc
diff --git a/bash/rc b/bash/rc
index 942ac8d957b144b9bca9d36c6c2bd7a957bd3004..3e17648afa8fcf10da45358bcb771a7ef7debe77 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() {
@@ -36,3 +36,5 @@ set -o vi
 source_config ~/.bash host rc $host
 
 source_debug "finished sourcing ~/.bash/env"
+
+# vim: ft=sh