aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/rofi/pass.edit
diff options
context:
space:
mode:
Diffstat (limited to 'X11/rofi/pass.edit')
-rwxr-xr-xX11/rofi/pass.edit2
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/rofi/pass.edit b/X11/rofi/pass.edit
index 2c0eeea..bfbdc31 100755
--- a/X11/rofi/pass.edit
+++ b/X11/rofi/pass.edit
@@ -16,5 +16,5 @@ fi
16 16
17# Use detected terminal emulator to edit password 17# Use detected terminal emulator to edit password
18coproc ( 18coproc (
19 $terminal -e pass edit $1 && $(dirname $0)/pass.get $1 19 EDITOR=nvim $terminal -e pass edit $1 && $(dirname $0)/pass.get $1
20) 20)