Path changes

This commit is contained in:
John Doty 2021-03-17 13:16:12 -07:00
parent 455cfbf6e1
commit 5814447f53

View file

@ -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