X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Fenv;h=aaeb4939d174f5b57d15b8b28e5b4e6b67a5b58b;hb=9eb125f460f59b7c1067ae5142fc34393fd99080;hp=93480281f2fe9c1ffe23ae467cc83088d7fc165c;hpb=df39157fd0b6c0ea512beb2a57cf8c6f88c5db11;p=config%2Fdotfiles.git diff --git a/zsh/env b/zsh/env index 9348028..aaeb493 100644 --- a/zsh/env +++ b/zsh/env @@ -17,7 +17,7 @@ else } fi -source_debug "sourcing ~/.zsh/env" +source_debug ". ~/.zsh/env" # Make sure elements in PATH are unique. @@ -28,11 +28,9 @@ typeset -U path PATH # global env.local. source_config ~/.shell "" env $host -# Load rc file for current OS. -source_config ~/.zsh os env $(uname) nolocal # Load env file for current hostname (first part before a dot) or env.local. source_config ~/.zsh host env $host -source_debug "finished sourcing ~/.zsh/env" +source_debug ". ~/.zsh/env (done)" # vim: ft=zsh