From 4554978bb036fe5b5636b87be5090709fdae5800 Mon Sep 17 00:00:00 2001 From: Nico Date: Mon, 9 Feb 2026 13:35:33 +1100 Subject: [PATCH] fish: set neovim as the default editor --- stow/.config/fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stow/.config/fish/config.fish b/stow/.config/fish/config.fish index dd9be20..06aec12 100644 --- a/stow/.config/fish/config.fish +++ b/stow/.config/fish/config.fish @@ -23,6 +23,10 @@ if status is-interactive set pure_enable_single_line_prompt true set HOMEBREW_AUTO_UPDATE_SECS 86400 zoxide init fish | source + + # environment variables + set -gx EDITOR nvim + # xdg variables set -gx XDG_CONFIG_HOME "$HOME/.config" # config set -gx XDG_CACHE_HOME "$HOME/.cache" # cache