Enable extensions for pass
This commit is contained in:
parent
981c4cbf10
commit
bd37843102
3 changed files with 7 additions and 0 deletions
|
@ -127,6 +127,8 @@ pandoc-bin
|
||||||
parallel
|
parallel
|
||||||
paru-bin
|
paru-bin
|
||||||
pass
|
pass
|
||||||
|
pass-ssh
|
||||||
|
pass-coffin
|
||||||
patch
|
patch
|
||||||
pavolume
|
pavolume
|
||||||
pdfjs
|
pdfjs
|
||||||
|
|
4
pass/.config/sh/env.d/pass-ssh.sh
Normal file
4
pass/.config/sh/env.d/pass-ssh.sh
Normal 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'
|
|
@ -3,3 +3,4 @@
|
||||||
# usually password store will be found in ~/.local/share/pass
|
# usually password store will be found in ~/.local/share/pass
|
||||||
|
|
||||||
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
|
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass"
|
||||||
|
export PASSWORD_STORE_ENABLE_EXTENSIONS=true
|
||||||
|
|
Loading…
Reference in a new issue