X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=core%2F80_local_config%2F80_local_config.zprofile;h=e6a94308699e8344be477e9fdfc15c0def58e3d2;hb=HEAD;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 deleted file mode 100644 index d956c0d..0000000 --- a/core/80_local_config/80_local_config.zprofile +++ /dev/null @@ -1,14 +0,0 @@ -# AX-ZSH: Alex' Modular ZSH Configuration -# 80_local_config.zprofile: Read local configuration - -if [[ -r "$HOME/.zprofile.local" ]]; then - [[ -f "$HOME/.axzsh.debug" ]] && echo "» $HOME/.zprofile.local:" - source "$HOME/.zprofile.local" - [[ -f "$HOME/.axzsh.debug" ]] && echo "» $HOME/.zprofile.local (end)" -fi - -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)" -fi