Change the theme as you SSH into production boxes. An oh-my-zsh plugin. Requires OS X.
I wrote this plug-in because I want it to be obvious when I've a lot of windows open and one of them is connected to a production host.
cd $ZSH_CUSTOM/plugins/
git clone git://github.com/johnsyweb/color-ssh
Servers and their color-schemes are defined in ${HOME}/.server_colors
. Here's
an example:
Default:Solarized Dark xterm-256color
my-dev-host:Ocean
my-qa-host:Grass
my-uat-host:Novel
my-production-host:Red Sands
my-other-production-host:Red Sands
color-ssh
is licensed under the same terms as oh-my-zsh
itself (see
the README).
If you find this plug-in useful, please follow this repository on GitHub. If you have something to say, you can contact johnsyweb on Twitter and GitHub.