summaryrefslogtreecommitdiff
path: root/passmenu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'passmenu.sh')
-rwxr-xr-xpassmenu.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/passmenu.sh b/passmenu.sh
index 3ac2e4e..ed13299 100755
--- a/passmenu.sh
+++ b/passmenu.sh
@@ -1,5 +1,7 @@
1#!/usr/bin/env bash 1#!/usr/bin/env bash
2 2
3set -e
4
3shopt -s nullglob globstar 5shopt -s nullglob globstar
4 6
5prefix=${PASSWORD_STORE_DIR-~/.password-store} 7prefix=${PASSWORD_STORE_DIR-~/.password-store}