Skip to content

Instantly share code, notes, and snippets.

@stefan2904
Created March 29, 2017 21:02
Show Gist options
  • Save stefan2904/ed7e75d2c214cbb5773949f3b1beeed6 to your computer and use it in GitHub Desktop.
Save stefan2904/ed7e75d2c214cbb5773949f3b1beeed6 to your computer and use it in GitHub Desktop.
zsh meets pass with multiple stores
_r3pass() { PASSWORD_STORE_DIR="$HOME"/realraum/noc/noc-pass _pass }
r3pass() { PASSWORD_STORE_DIR="$HOME"/realraum/noc/noc-pass pass "$@" }
compdef _r3pass r3pass
@stefan2904
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment