I think this is a very simple answer but I can't find out where the file is to edit for this.
From the nRF Connect v3.6.1 - Toolchain Manager there is a drop down and "Open Terminal" command right?
I want to know where it is setting the paths from, when I installed nrfjprog it installed it in /usr/local/bin BUT it is not in the path.
This does not use my normal bash profile when I open the terminal through the Toolchain Manager, how so I add to this path?
This is what I see now in the terminal when I start it, I want to add /usr/local/bin to it...
Last login: Thu Jan 7 11:52:33 on ttys001
cd /opt/nordic/ncs/v1.4.1 ; export PATH=/opt/nordic/ncs/v1.4.1/toolchain/bin:/usr/bin:/bin:/usr/sbin:/sbin ; export GIT_EXEC_PATH=/opt/nordic/ncs/v1.4.1/toolchain/Cellar/git/2.26.2/libexec/git-core ; export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb ; export GNUARMEMB_TOOLCHAIN_PATH=/opt/nordic/ncs/v1.4.1/toolchain ; clear
xxxx@xxxx ~ % cd /opt/nordic/ncs/v1.4.1 ; export PATH=/opt/nordic/ncs/v1.4.1/toolchain/bin:/usr/bin:/bin:/usr/sbin:/sbin ; export GIT_EXEC_PATH=/opt/nordic/ncs/v1.4.1/toolchain/Cellar/git/2.26.2/libexec/git-core ; export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb ; export GNUARMEMB_TOOLCHAIN_PATH=/opt/nordic/ncs/v1.4.1/toolchain ; clear
xxxx@xxxx ~ % echo $PATH
/opt/nordic/ncs/v1.4.1/toolchain/bin:/usr/bin:/bin:/usr/sbin:/sbin
After making these changes do I have to restart anything (aka is anything cached) ?