set editor

This commit is contained in:
zoe 2022-04-02 18:56:36 +02:00
parent 726192f2bb
commit 896a267309
1 changed files with 3 additions and 0 deletions

View File

@ -55,5 +55,8 @@ if status is-interactive
set -g fish_pager_color_secondary_description $comment
end
if status is-login
# this is a lie, but otherwise xdg utils will not work properly
export XDG_CURRENT_DESKTOP=XFCE
# set editor, hooray!
export EDITOR=nvim
end