X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Fenv;h=ecfd002319ea3c815255ea3669b8692829acf1d3;hb=d3c01c00fa7481cfdbeda6be88cc245aaa3c0545;hp=365c01bfe8a172431d0d0e48b0618c42743fdeb6;hpb=c3ccdced26ff5d9baf36858968701e7b12447cd6;p=config%2Fdotfiles.git diff --git a/zsh/env b/zsh/env index 365c01b..ecfd002 100644 --- 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() { @@ -29,3 +29,5 @@ source_config ~/.zsh os env $(uname) nolocal source_config ~/.zsh host env $host source_debug "finished sourcing ~/.zsh/env" + +# vim: ft=zsh