Created
March 29, 2017 21:02
-
-
Save stefan2904/ed7e75d2c214cbb5773949f3b1beeed6 to your computer and use it in GitHub Desktop.
zsh meets pass with multiple stores
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
_r3pass() { PASSWORD_STORE_DIR="$HOME"/realraum/noc/noc-pass _pass } | |
r3pass() { PASSWORD_STORE_DIR="$HOME"/realraum/noc/noc-pass pass "$@" } | |
compdef _r3pass r3pass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or just use gopass ...
https://github.com/justwatchcom/gopass