]> arthur.barton.de Git - ax-zsh.git/blob - core/80_local_config/80_local_config.zshrc
Initial commit
[ax-zsh.git] / core / 80_local_config / 80_local_config.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # 80_local_config.zshrc: Read local configuration
3
4 [[ -r "/var/lib/$HOST/zshrc" ]] \
5         && source "/var/lib/$HOST/zshrc"