From 97539a8878c4eb1460b7ab94fe29cdd57c586872 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 4 Aug 2024 14:30:23 +0200 Subject: [PATCH] feat(fish): add some config --- .config/fish/config.fish | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index d714361..9921d6b 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,3 +1,13 @@ -if status is-interactive - # Commands to run in interactive sessions can go here +set -gx PATH \ + $HOME/.local/bin \ + $HOME/go/bin \ + /usr/local/bin \ + /usr/bin +set -gx VISUAL nvim +set -gx EDITOR nvim +set -gx DIFFPROG nvim -d + +if not status is-interactive + return end +