ohmyzsh/plugins/perhost
Michel Albert bc3d7a134e New plugin: perhost.
This plugin allows you to load settings based on the current hostname. The
per-host config files are stored in `~/.zsh/perhost`. I was not sure whether
to look in `~/.zsh` or rather in `~/.oh-my-zsh/etc/perhost`.

Both seemed fine to me, although I slightly prefer the second. Any thoughts?
2012-12-19 08:41:31 +01:00
..
perhost.plugin.zsh New plugin: perhost. 2012-12-19 08:41:31 +01:00
README.rst New plugin: perhost. 2012-12-19 08:41:31 +01:00

Per host configuration
======================

The plugin ``perhost`` allows you to execute a ZSH script named after the
current hostname. The files live in the directory ``~/.zsh/perhost``.

To create a file with the correct name, type the following::

    vim ~/.zsh/perhost/`hostname`.zsh