X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=core%2F80_local_config%2F80_local_config.zprofile;h=cb8ca1431ba9dd28288bcd6b75c7291a6a8cb94f;hb=90e3c2469f7e6392d49c4308c3780c12bc62cef8;hp=d956c0d7730048e8d8414e466648b5f32d938647;hpb=630cae1e37faa00c4ea7972b68a261fadf4196b9;p=ax-zsh.git diff --git a/core/80_local_config/80_local_config.zprofile b/core/80_local_config/80_local_config.zprofile index d956c0d..cb8ca14 100644 --- a/core/80_local_config/80_local_config.zprofile +++ b/core/80_local_config/80_local_config.zprofile @@ -11,4 +11,8 @@ if [[ -r "/var/lib/$HOST/zprofile" ]]; then [[ -f "$HOME/.axzsh.debug" ]] && echo "» /var/lib/$HOST/zprofile:" source "/var/lib/$HOST/zprofile" [[ -f "$HOME/.axzsh.debug" ]] && echo "» /var/lib/$HOST/zprofile (end)" +elif [[ -r "/var/lib/$HOST/profile" ]]; then + [[ -f "$HOME/.axzsh.debug" ]] && echo "» /var/lib/$HOST/profile:" + source "/var/lib/$HOST/profile" + [[ -f "$HOME/.axzsh.debug" ]] && echo "» /var/lib/$HOST/profile (end)" fi