]> arthur.barton.de Git - OhMyZshExtensions.git/blob - plugins/z9_local_conf/z9_local_conf.plugin.zsh
Add "z9_local_conf" plugin: read "/var/lib/$HOSTNAME/zshrc"
[OhMyZshExtensions.git] / plugins / z9_local_conf / z9_local_conf.plugin.zsh
1 # z9_local_conf.plugin.zsh
2 # 2015-05-24, alex@barton.de
3
4 zshrc_local="/var/lib/$HOSTNAME/zshrc"
5 [ -r "$zshrc_local" ] && source "$zshrc_local"
6 unset zshrc_local