Has this ever happened to you? (i bet it has):
$ export PATH=$PAHT:/usr/local/foo/bin $ ls ls: command not found
It is so easy to have a typo in that PATH assignment, and so hard to recover from it (esp. when not using X11).