]> arthur.barton.de Git - OhMyZshExtensions.git/blob - plugins/z9_local_conf/z9_local_conf.plugin.zsh
Revert "Change plugins to not do anything if tool isn't available"
[OhMyZshExtensions.git] / plugins / z9_local_conf / z9_local_conf.plugin.zsh
1 # z9_local_conf.plugin.zsh
2
3 [ -n "$HOSTNAME" ] || HOSTNAME=$( hostname )
4 export HOSTNAME
5
6 zshrc_local="/var/lib/$HOSTNAME/zshrc"
7 [ -r "$zshrc_local" ] && source "$zshrc_local"
8 unset zshrc_local