]> arthur.barton.de Git - OhMyZshExtensions.git/blob - plugins/z9_local_conf/z9_local_conf.plugin.zsh
036a42e8aeeb21408d921fda165c8d94cb710616
[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