ARMmbed / yotta_osx_installer

OS X single click yotta application. Makes using yotta on OS X painless
Apache License 2.0
4 stars 4 forks source link

New terminal tab isn't aware of yotta #9

Open sg- opened 8 years ago

sg- commented 8 years ago

double click yotta.app

 $ echo $PATH
/Applications/yotta.app/Contents/Resources/prerequisites:/Applications/yotta.app/Contents/Resources/prerequisites/gcc-arm-none-eabi-4_9-2015q3/bin:/Applications/yotta.app/Contents/Resources/prerequisites/CMake.app/Contents/bin::/Applications/yotta.app/Contents/Resources/workspace/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin

[cmd + t] for a new tab from the existing and only terminal

 echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
BlackstoneEngineering commented 8 years ago

yup, nothing I can do about that. the cmd+t is a shortcut for opening a new terminal, the yotta terminal is a special instance of the terminal. there is no way to bind new terminals to open with the same settings.