summaryrefslogtreecommitdiff
path: root/zsh/functions
AgeCommit message (Collapse)Author
2021-03-14zsh/op-ssh-add: Trap cleanup codeGrégoire Duchêne
2021-03-14zsh/op-ssh-add: Pass one private key to ssh-addGrégoire Duchêne
2021-02-28zsh: Use fingerprints in op-ssh-addGrégoire Duchêne
2020-12-22zsh: Remove 1Password sessions when we're doneGrégoire Duchêne
2020-12-19zsh: Add a vault commandGrégoire Duchêne
2020-09-06zsh: Add op-ssh-add functionGrégoire Duchêne
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.
2020-08-30zsh: Autocomplete opGrégoire Duchêne