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 +