diff options
Diffstat (limited to 'passmenu.sh')
-rwxr-xr-x | passmenu.sh | 2 |
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 | ||
3 | set -e | ||
4 | |||
3 | shopt -s nullglob globstar | 5 | shopt -s nullglob globstar |
4 | 6 | ||
5 | prefix=${PASSWORD_STORE_DIR-~/.password-store} | 7 | prefix=${PASSWORD_STORE_DIR-~/.password-store} |