From 98271c7912684df35a89a01bd74a256c4fb826c3 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 1 Mar 2023 17:45:56 +0000 Subject: [PATCH] Use xed as visual editor --- config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fish/config.fish b/config/fish/config.fish index b7224c06..160d538e 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -1,6 +1,6 @@ if status is-interactive set -gx EDITOR nvim - set -gx VISUAL nvim + set -gx VISUAL xed fish_config theme choose CatppuccinMacchiato starship init fish | source enable_transience