diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-07-03 16:01:36 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-07-03 16:08:18 +0800 |
commit | f53ffcbe6a69e3fb3ee5edfc2e0075afd1c02910 (patch) | |
tree | 4ad7db3c227864ce32ccad3c21dc8593ac4e3d2d /X11/rofi/pass.edit | |
parent | 999688300f903582b6e071b45080df2181cd21c0 (diff) |
Update
Diffstat (limited to 'X11/rofi/pass.edit')
-rwxr-xr-x | X11/rofi/pass.edit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/rofi/pass.edit b/X11/rofi/pass.edit index bfbdc31..03ba569 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 |
18 | coproc ( | 18 | coproc ( |
19 | EDITOR=nvim $terminal -e pass edit $1 && $(dirname $0)/pass.get $1 | 19 | EDITOR=vim $terminal -e pass edit $1 && $(dirname $0)/pass.get $1 |
20 | ) | 20 | ) |