From b9a800bebb73d7191d842afa2542c4e2fed36c33 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Sat, 4 Jul 2026 14:41:02 +0200 Subject: [PATCH] Set editor in fish config --- fish/config.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fish/config.fish b/fish/config.fish index d8dc6a2..a4201c2 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -2,6 +2,8 @@ if status is-interactive # Commands to run in interactive sessions can go here end +set -gx EDITOR vim + # Turn off syntax highlighting for color in fish_color_command fish_color_comment fish_color_end \ fish_color_escape fish_color_match fish_color_operator \ -- 2.51.2