mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add tools to path if they are installed
This commit is contained in:
parent
f665eb2570
commit
9faa0f0068
1 changed files with 4 additions and 0 deletions
|
|
@ -130,7 +130,11 @@ if [[ `uname` == 'Darwin' ]]; then
|
||||||
|
|
||||||
eval '/usr/libexec/path_helper -s' > /dev/null
|
eval '/usr/libexec/path_helper -s' > /dev/null
|
||||||
|
|
||||||
|
# Add OVFTool to PATH if it is installed
|
||||||
|
[ -d '/Applications/VMware OVF Tool' ] && export PATH=$PATH:'/Applications/VMware OVF Tool'
|
||||||
|
|
||||||
# optional additions from homebrew
|
# optional additions from homebrew
|
||||||
|
[ -d "/usr/local/opt/node@10/bin" ] && export PATH="/usr/local/opt/node@10/bin:$PATH"
|
||||||
[ -d /usr/local/opt/qt/bin ] && export PATH=$PATH:/usr/local/opt/qt/bin
|
[ -d /usr/local/opt/qt/bin ] && export PATH=$PATH:/usr/local/opt/qt/bin
|
||||||
|
|
||||||
# use homebrew's ruby
|
# use homebrew's ruby
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue