diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-07-07 16:22:09 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-07-07 16:22:09 +0800 |
commit | 29e225f0b13e122418cbc985496dcd17eb2b5a00 (patch) | |
tree | ed3e7a2791ffc5a000f900d04962c7c85aabde0c | |
parent | df189ed53b78c109c76fe53d96de624414b5e4c1 (diff) |
Update
-rwxr-xr-x | X11/rofi/pass.edit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/X11/rofi/pass.edit b/X11/rofi/pass.edit index 03ba569..a1a091d 100755 --- a/X11/rofi/pass.edit +++ b/X11/rofi/pass.edit | |||
@@ -16,5 +16,6 @@ fi | |||
16 | 16 | ||
17 | # Use detected terminal emulator to edit password | 17 | # Use detected terminal emulator to edit password |
18 | coproc ( | 18 | coproc ( |
19 | terminal=${terminal:-alacritty} | ||
19 | EDITOR=vim $terminal -e pass edit $1 && $(dirname $0)/pass.get $1 | 20 | EDITOR=vim $terminal -e pass edit $1 && $(dirname $0)/pass.get $1 |
20 | ) | 21 | ) |