🔧 refactor(fish): Add SUDO_EDITOR

This commit is contained in:
punkfairie 2024-03-10 16:21:12 -07:00
parent 339b74f140
commit a923679f40
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -24,6 +24,7 @@ set -gx HACK "$HOME/hackin"
# Editor. # Editor.
set -gx EDITOR nvim set -gx EDITOR nvim
set -gx VISUAL "$EDITOR" set -gx VISUAL "$EDITOR"
set -gx SUDO_EDITOR "$EDITOR"
# Use vi key bindings. # Use vi key bindings.
set -g fish_key_bindings fish_vi_key_bindings set -g fish_key_bindings fish_vi_key_bindings