dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit a8f77e0aef06c10adddf9de84d6ba5cd2b5396c7
parent 86e6d275efee2e6c03451cfa2411b36f425e755b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 21 Jan 2020 12:30:42 +0100

End passmenu upon error

Diffstat:
M.local/bin/passmenu | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.local/bin/passmenu b/.local/bin/passmenu @@ -1,6 +1,8 @@ #!/bin/sh # requirements: pass(1), dmenu(1), xdotool(1) for -t, -n and -u options +set -e + version=0.1.0 pass_dir="$HOME/.password-store"