From cc353572d5252378e6757801b2e1e15cb516ae59 Mon Sep 17 00:00:00 2001 From: serxoz Date: Mon, 13 Jan 2025 09:45:44 +0100 Subject: [PATCH] =?UTF-8?q?fish:=20configuraci=C3=B3n=20de=20EDITOR=20a=20?= =?UTF-8?q?nvim?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fish/conf.d/editor.fish | 1 + 1 file changed, 1 insertion(+) create mode 100644 fish/conf.d/editor.fish diff --git a/fish/conf.d/editor.fish b/fish/conf.d/editor.fish new file mode 100644 index 0000000..a830d89 --- /dev/null +++ b/fish/conf.d/editor.fish @@ -0,0 +1 @@ + set -gx EDITOR /usr/bin/nvim