mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-03-04 17:47:24 +08:00

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.