Random changes

This commit is contained in:
John Doty 2021-08-16 16:32:31 -07:00
parent f1a4519507
commit 90772c2c0b
6 changed files with 650 additions and 33 deletions

View file

@ -1,14 +1,14 @@
if status --is-login
set PATH /opt/local/bin /opt/local/sbin $PATH ~/bin
if test -d ~/.cargo/bin
set PATH ~/.cargo/bin $PATH
end
if test -d ~/devtools/buck/bin
set PATH $PATH ~/devtools/buck/bin
end
if test -d /snap/bin
set PATH $PATH /snap/bin
end
if test -d ~/.cargo/bin
set PATH $PATH ~/.cargo/bin
end
if test -d ~/.local/bin
set PATH $PATH ~/.local/bin
end