From 996984ddf7c1f76cce1da036ed0d63387b875baf Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 22 Nov 2024 09:57:52 +0100 Subject: [PATCH] fish/config.fish: do not set EDITOR to an absolute path --- fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/config.fish b/fish/config.fish index 382f7b1..fbb6ca3 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -13,7 +13,7 @@ end fish_add_path $HOME/bin fish_add_path $HOME/.local/bin -set -x EDITOR /usr/local/bin/nvim +set -x EDITOR nvim # Colors set fish_color_user normal