• Christian Höltje's avatar
    ssh-agent: prevent environment file from flapping · cfe468f6
    Christian Höltje authored
    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.
    cfe468f6
Name
Last commit
Last update
custom Loading commit data...
lib Loading commit data...
log Loading commit data...
plugins Loading commit data...
templates Loading commit data...
themes Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
MIT-LICENSE.txt Loading commit data...
README.textile Loading commit data...
oh-my-zsh.sh Loading commit data...