diff options
| author | Thomas Schneider <qsx@qsx.re> | 2018-09-06 18:26:50 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2018-09-06 18:26:50 +0200 |
| commit | 1a35ce5a6cda01714ed1ea6c239a53d0db8e551e (patch) | |
| tree | dd07714c7d02bf9aeb86a235d315964caf4f32c0 /dot.zshrc.local | |
| parent | ed514c2b56a04b347b3b8e19164df7eb8a922fb1 (diff) | |
zsh: add i7pass function
Diffstat (limited to 'dot.zshrc.local')
| -rw-r--r-- | dot.zshrc.local | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot.zshrc.local b/dot.zshrc.local index e039b45..b420575 100644 --- a/dot.zshrc.local +++ b/dot.zshrc.local @@ -23,3 +23,6 @@ function fspass () { function passta () { PASSWORD_STORE_DIR=~/RWTH/AStA/pass pass $@ } +function i7pass () { + PASSWORD_STORE_DIR=~/RWTH/i7/pass pass $@ +} |
