X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bash%2Frc;h=3e17648afa8fcf10da45358bcb771a7ef7debe77;hb=41fce3061a8fb5b6465c939253cbda62c8da4b3c;hp=942ac8d957b144b9bca9d36c6c2bd7a957bd3004;hpb=c3ccdced26ff5d9baf36858968701e7b12447cd6;p=config%2Fdotfiles.git diff --git a/bash/rc b/bash/rc index 942ac8d..3e17648 100644 --- 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