From 6a057856a61a11dcbf487d1abc3302cf109bd550 Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Sat, 30 Apr 2022 14:21:28 -0600 Subject: [PATCH] Update config.fish --- fish/config.fish | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fish/config.fish b/fish/config.fish index f73711e..86ae4e7 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -1,3 +1,5 @@ +# Rawley Fowlers, config.fish. Last updated: April 30th, 2022 + if status is-interactive set fish_greeting set TERM "st" @@ -6,6 +8,7 @@ if status is-interactive alias vim='nvim' alias vi='nvim' end -# I build Go -export GOPATH=$HOME/.go -export PATH=$PATH:/usr/local/go/bin + +# Paths +set GOPATH $HOME/.go +set PATH $PATH /usr/local/bin /usr/bin /bin /usr/local/go/bin