From 5814447f53b1c23c8867dda992d4e14d8910dab2 Mon Sep 17 00:00:00 2001 From: John Doty Date: Wed, 17 Mar 2021 13:16:12 -0700 Subject: [PATCH] Path changes --- .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 7028a60..d472ac8 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,5 +1,5 @@ if status --is-login - set PATH $PATH ~/bin + set PATH /opt/local/bin /opt/local/sbin $PATH ~/bin if test -d ~/devtools/buck/bin set PATH $PATH ~/devtools/buck/bin end