aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot.zshrc.local3
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 $@
+}