From ee7f98f536ba00d6b01cdc7b71397be51757e379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Tue, 22 Mar 2022 12:58:04 +0100 Subject: [PATCH] :rocket: add EDITOR environment variable --- modules/cli/fish.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/cli/fish.nix b/modules/cli/fish.nix index 8bb1212..35eb0fa 100644 --- a/modules/cli/fish.nix +++ b/modules/cli/fish.nix @@ -51,6 +51,9 @@ # The following variable can be used to configure cursor shape in # visual mode, but due to fish_cursor_default, is redundant here set fish_cursor_visual block + + # Variables + set -x EDITOR TERM=kitty-direct emacsclient -t # HACK to fix 24bit color support with kitty ''; functions = { gi = ''