X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=bash%2Frc;h=d03d05e2f155142e9eb3958c6d8f92a09e1e6c86;hb=ba926cda844bdd42b39d50fb926068f7a3dc4018;hp=942ac8d957b144b9bca9d36c6c2bd7a957bd3004;hpb=c3ccdced26ff5d9baf36858968701e7b12447cd6;p=config%2Fdotfiles.git diff --git a/bash/rc b/bash/rc index 942ac8d..d03d05e 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() {