- 13 Mar, 2014 1 commit
-
-
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.
-
- 04 Nov, 2013 1 commit
-
-
nishigori authored
-
- 16 Jul, 2013 1 commit
-
-
Armin Widegreen authored
-
- 16 Mar, 2013 1 commit
-
-
Marcel Wolf authored
By default, ssh-agent stores identities forever. It has an option to set a maximum lifetime for identites (useful to expire passphrase protected keys). Allow this option to be set using: zstyle :omz:plugins:ssh-agent lifetime <time>
-
- 30 Dec, 2012 1 commit
-
-
Anders Andersson authored
OpenBSD doesn't have -ef flags for ps. Both linux and OpenBSD have -x flags which works just as greate here
-
- 05 Jun, 2011 2 commits
- 01 Mar, 2011 1 commit
-
-
Theodore Robert Campbell Jr authored
-
- 01 Oct, 2010 1 commit
-
-
Robby Russell authored
Reorganizing plugins so that each plugin has it's own directory now so that any plugin-specific functions can be bundled within there.
-