diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-05-07 10:27:38 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-05-07 10:27:38 +0800 |
commit | f47670763cd79b2ca34b61930e78b97d6631f88f (patch) | |
tree | fc0c7b82cb0a0eb3b36217eeb76bb874bfe9fafd /X11/rofi/rofi-pass | |
parent | fe8327560ca95571cf6f2ce4762377a112cd815d (diff) |
Improve password script
Diffstat (limited to 'X11/rofi/rofi-pass')
-rwxr-xr-x | X11/rofi/rofi-pass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/X11/rofi/rofi-pass b/X11/rofi/rofi-pass index b6a1e01..498fa62 100755 --- a/X11/rofi/rofi-pass +++ b/X11/rofi/rofi-pass | |||
@@ -1,5 +1,7 @@ | |||
1 | #! /bin/bash | 1 | #! /bin/bash |
2 | 2 | ||
3 | export terminal=${terminal:-alacritty} | ||
4 | |||
3 | cd $(dirname $0) | 5 | cd $(dirname $0) |
4 | 6 | ||
5 | rofi -show get -modes get:./pass.get,edit:./pass.edit,rm:./pass.rm | 7 | rofi -show get -modes get:./pass.get,edit:./pass.edit,replace:./pass.replace,rm:./pass.rm |