diff --git a/.config/bash/gil_specific.sh b/.config/bash/gil_specific.sh index 9cabbd8..13fd685 100644 --- a/.config/bash/gil_specific.sh +++ b/.config/bash/gil_specific.sh @@ -18,6 +18,10 @@ alias upr='find plugins -name ".git" -type d -prune | while read -r repo; do \ done ' +alias pshow='find ~/.password-store -name "*.gpg" \ + | sed "s|.*/.password-store/||; s|\.gpg$||" \ + | fzf \ + | xargs -r pass show' export PATH=$HOME/.local/bin:$PATH