All terminal commands (like ls, cd, edit, open) are returning errors on my Mac
- by park
From what I can tell from reading other questions/answers is that my .bash_profile file may be corrupt. If I type
echo $PATH
in terminal the result is:
/usr/local/git/bin
From what I've read, that's not what the result is supposed to be. But I also can't get any of the commands (like edit or subl, for Sublime Text 2) to open the…