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

@ -127,6 +127,8 @@ pandoc-bin
parallel
paru-bin
pass
pass-ssh
pass-coffin
patch
pavolume
pdfjs

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'

View File

@ -3,3 +3,4 @@
# usually password store will be found in ~/.local/share/pass
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
export PASSWORD_STORE_ENABLE_EXTENSIONS=true