Keychain updates
1 files changed, 1 insertions(+), 1 deletions(-)

M .zsh/zprofile
M .zsh/zprofile +1 -1
@@ 10,7 10,7 @@ path+=($HOME/Scripts /usr/lib/surfraw)
 
 # start keychain
 if [[ -z $(pidof ssh-agent) && -z $(pidof gpg-agent) ]]; then
-  eval $(/usr/bin/keychain --eval -Q -q --nogui --agents "ssh,gpg" shiv B1BD4E40)
+  eval $(/usr/bin/keychain --eval -q shiv B1BD4E40)
   [[ -z $HOSTNAME ]] && HOSTNAME=$(uname -n)
   [[ -f $HOME/.keychain/${HOSTNAME}-sh ]] && source "$HOME/.keychain/${HOSTNAME}-sh"
   [[ -f $HOME/.keychain/${HOSTNAME}-sh-gpg ]] && source "$HOME/.keychain/${HOSTNAME}-sh-gpg"