Add .local/bin to path

This commit is contained in:
John Doty 2022-12-20 01:10:58 +00:00
parent 560a5c7ebe
commit 688b13c03c

View file

@ -10,6 +10,9 @@ end
if test -d ~/.cargo/bin if test -d ~/.cargo/bin
set PATH ~/.cargo/bin $PATH set PATH ~/.cargo/bin $PATH
end end
if test -d ~/.local/bin
set PATH ~/.local/bin $PATH
end
if test -d ~/devtools/buck/bin if test -d ~/devtools/buck/bin
set PATH $PATH ~/devtools/buck/bin set PATH $PATH ~/devtools/buck/bin
end end