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