aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-07-07 16:22:09 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-07-07 16:22:09 +0800
commit29e225f0b13e122418cbc985496dcd17eb2b5a00 (patch)
treeed3e7a2791ffc5a000f900d04962c7c85aabde0c
parentdf189ed53b78c109c76fe53d96de624414b5e4c1 (diff)
Update
-rwxr-xr-xX11/rofi/pass.edit1
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
18coproc ( 18coproc (
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)