From 72973b0fc01f0adb7b4dadddd7e85496898e6fb5 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 6 Sep 2020 10:31:27 +0100 Subject: zsh: Add op-ssh-add function op-ssh-add is a small wrapper around ssh-add that retrieves the SSH private key password from 1Password before passing it to ssh-add. --- zsh/functions/_op-ssh-add | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 zsh/functions/_op-ssh-add (limited to 'zsh/functions/_op-ssh-add') diff --git a/zsh/functions/_op-ssh-add b/zsh/functions/_op-ssh-add new file mode 100644 index 0000000..2c2183e --- /dev/null +++ b/zsh/functions/_op-ssh-add @@ -0,0 +1,3 @@ +#compdef op-ssh-add=ssh-add + +_ssh $@ -- cgit v1.2.3-70-g09d2