diff options
Diffstat (limited to 'zsh/functions/op-ssh-add')
| -rw-r--r-- | zsh/functions/op-ssh-add | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/functions/op-ssh-add b/zsh/functions/op-ssh-add index ad55d6c..646b7f7 100644 --- a/zsh/functions/op-ssh-add +++ b/zsh/functions/op-ssh-add @@ -35,7 +35,7 @@ if [[ -z ${session} ]]; then return 1 fi zmodload zsh/zpty -zpty ssh $(which -p ssh-add) $@ +zpty ssh $(which -p ssh-add) ${prv} zpty -w ssh $(op list items --session ${session} --tags SSH \ | op get item \ --fields fingerprint,password \ |
