]> arthur.barton.de Git - ax-zsh.git/blob - core/80_local_config/80_local_config.zprofile
ax_logname_prompt_root(): Don't output user name
[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 "$HOME/.zprofile.local" ]]; then
5         [[ -f "$HOME/.axzsh.debug" ]] && echo "» $HOME/.zprofile.local:"
6         source "$HOME/.zprofile.local"
7         [[ -f "$HOME/.axzsh.debug" ]] && echo "» $HOME/.zprofile.local (end)"
8 fi
9
10 if [[ -r "/var/lib/$HOST/zprofile" ]]; then
11         [[ -f "$HOME/.axzsh.debug" ]] && echo "» /var/lib/$HOST/zprofile:"
12         source "/var/lib/$HOST/zprofile"
13         [[ -f "$HOME/.axzsh.debug" ]] && echo "» /var/lib/$HOST/zprofile (end)"
14 fi