oh-my-zsh/plugins/ssh-agent
Christian Höltje cfe468f6f6 ssh-agent: prevent environment file from flapping
On an OS X laptop, the variable `$HOST` changes a lot depending
on what wifi network you're connected to.  This causes a lot
of `~/.ssh/environment-$HOST` files to be created and
causes multiple ssh-agents to created.

Instead, use `scutil --get ComputerName` to get something
more stable.
2014-03-13 14:44:58 -04:00
..
ssh-agent.plugin.zsh ssh-agent: prevent environment file from flapping 2014-03-13 14:44:58 -04:00