Only add buck bin if it exists
This commit is contained in:
parent
766d75cdb7
commit
c1ad9cd835
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
if status --is-login
|
||||
set PATH $PATH ~/bin ~/devtools/buck/bin
|
||||
set PATH $PATH ~/bin
|
||||
if test -d ~/devtools/buck/bin
|
||||
set PATH $PATH ~/devtools/buck/bin
|
||||
end
|
||||
end
|
||||
|
||||
# export EDITOR=ec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue