drop paths from *EDITOR env vars

This commit is contained in:
Joel Beckmeyer 2023-08-17 13:58:28 -04:00
parent 334cdd525a
commit 7c376d009d
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
. "$XDG_DATA_HOME/cargo/env" 2>/dev/null
# editor
export EDITOR=/usr/bin/nvim
export SUDO_EDITOR=/usr/bin/nvim
export EDITOR=nvim
export SUDO_EDITOR=nvim
# wayland
export MOZ_ENABLE_WAYLAND=1