set editor
This commit is contained in:
parent
726192f2bb
commit
896a267309
1 changed files with 3 additions and 0 deletions
|
@ -55,5 +55,8 @@ if status is-interactive
|
||||||
set -g fish_pager_color_secondary_description $comment
|
set -g fish_pager_color_secondary_description $comment
|
||||||
end
|
end
|
||||||
if status is-login
|
if status is-login
|
||||||
|
# this is a lie, but otherwise xdg utils will not work properly
|
||||||
export XDG_CURRENT_DESKTOP=XFCE
|
export XDG_CURRENT_DESKTOP=XFCE
|
||||||
|
# set editor, hooray!
|
||||||
|
export EDITOR=nvim
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue