diff options
-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 | ) |