Created
June 28, 2022 13:13
-
-
Save Falci/99cc5ad5301c2c50dc2d6f0c221337f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# brew install pass fzf | |
alias passwords='find ~/.password-store/**/*.gpg | sed -E "s|.*password-store\/(.*).gpg|\1|"' | |
alias pw='pass -c "$(passwords | fzf)"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment