Browsing tag

bash

Updating your shell paths on OS X

Development

Because I forget that ~/bin isn’t on my path, I am placing this here because I also search the internet all the time. Hopefully I’ll remember I put this here: echo “export PATH=$PATH:~/bin” >> ~/.profile