romgrk / termrk

Terminal for atom, using pty.js & term.js
MIT License
33 stars 7 forks source link

PATH #58

Closed RaaKuus closed 9 years ago

RaaKuus commented 9 years ago

How can i change the PATH variable and save? I've used export $PATH=MyPATH, and worked while atom was open, but when i close atom, the PATH resets... Sorry for that english...

romgrk commented 9 years ago
echo "export PATH='$PATH:mypath'" >> ~/.profile