]> arthur.barton.de Git - ax-zsh.git/blob - core/80_local_config/80_local_config.zprofile
80_local_config: Show debug messages, when enabled.
[ax-zsh.git] / core / 80_local_config / 80_local_config.zprofile
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # 80_local_config.zprofile: Read local configuration
3
4 if [[ -r "/var/lib/$HOST/zprofile" ]]; then
5         [[ -f "$HOME/.axzsh.debug" ]] && echo "» /var/lib/$HOST/zprofile:"
6         source "/var/lib/$HOST/zprofile"
7         [[ -f "$HOME/.axzsh.debug" ]] && echo "» /var/lib/$HOST/zprofile (end)"
8 fi