Add .local/bin to path
This commit is contained in:
parent
560a5c7ebe
commit
688b13c03c
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ end
|
|||
if test -d ~/.cargo/bin
|
||||
set PATH ~/.cargo/bin $PATH
|
||||
end
|
||||
if test -d ~/.local/bin
|
||||
set PATH ~/.local/bin $PATH
|
||||
end
|
||||
if test -d ~/devtools/buck/bin
|
||||
set PATH $PATH ~/devtools/buck/bin
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue