Skip to content

Commit

Permalink
Updated OMZ + GPG only on workstations
Browse files Browse the repository at this point in the history
  • Loading branch information
wkennington committed Jun 24, 2013
1 parent a5265bc commit 1ecd8c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mod/agent
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ agent_cmd () {
agent_which () {
[ "$(hostname -s )" = "fantom" ] && agent_cmd ssh-agent && return 0
agent_cmd gnome-keyring-daemon -c pkcs11,secrets
[ "$SSH_TTY" = "" ] && agent_cmd gpg-agent --daemon --enable-ssh-support && return 0
info_ws && agent_cmd gpg-agent --daemon --enable-ssh-support && return 0
agent_cmd ssh-agent && return 0
echo "Failed to find an agent" >&2
return 1
Expand Down
2 changes: 1 addition & 1 deletion lib/oh-my-zsh

0 comments on commit 1ecd8c5

Please sign in to comment.