Random changes
This commit is contained in:
parent
f1a4519507
commit
90772c2c0b
6 changed files with 650 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue