Enable extensions for pass

This commit is contained in:
Marty Oehme 2021-12-18 10:33:15 +01:00
parent 981c4cbf10
commit bd37843102
Signed by: Marty
GPG key ID: B7538B8F50A1C800
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#!/usr/bin/env sh
# Settings for pass-ssh extension
alias pass-ssh='pass ssh --fzf -d ~/.ssh/keys --ssh-t ed25519'