diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-01-21 19:28:41 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-01-21 19:28:41 -0500 |
| commit | d76f894f846dea00b3c568ee8f4a5105686fd559 (patch) | |
| tree | 623a5ce200a97300380b0471f81b3a244750dac4 /.local/bin | |
| parent | c08c3a2fb0475472f2bfa74fad9ed4026afa2ef4 (diff) | |
| parent | ebcc52f1fb26304ad5adf0a6fd6c14f074f933c4 (diff) | |
| download | eibhear-d76f894f846dea00b3c568ee8f4a5105686fd559.tar.gz eibhear-d76f894f846dea00b3c568ee8f4a5105686fd559.tar.zst eibhear-d76f894f846dea00b3c568ee8f4a5105686fd559.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/otp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/otp b/.local/bin/otp index 3b31363..1726b1a 100755 --- a/.local/bin/otp +++ b/.local/bin/otp @@ -33,7 +33,7 @@ case $choice in if echo "$info" | pass otp insert "$otp"; then while true ; do - export name="$(prinf | dmenu -p "Give this One Time Password a one-word name:")" + export name="$(dmenu -p "Give this One Time Password a one-word name:")" echo "$name" | grep -q -- "^[A-z0-9-]\+$" && break done pass mv "$otp" "$name-otp" |
