From 896a2673094eb1f42108dd7700ac3e4dad93f403 Mon Sep 17 00:00:00 2001 From: zoe Date: Sat, 2 Apr 2022 18:56:36 +0200 Subject: [PATCH] set editor --- config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.fish b/config.fish index f108967..0e21f73 100644 --- a/config.fish +++ b/config.fish @@ -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