A Terminal newbie here.
I had downloaded and installed Git, but when I typed "Git --version" I would get illegal instruction. I tried to uninstall Git and now my Terminal window in blank.
How do I get Name$ as a prompt again?
Thank you!
A Terminal newbie here.
I had downloaded and installed Git, but when I typed "Git --version" I would get illegal instruction. I tried to uninstall Git and now my Terminal window in blank.
How do I get Name$ as a prompt again?
Thank you!
echo "export PS1=\"\u\w$\"" >> ~/.bash_profile
and restart Your Terminal app. – Mateusz Szlosek Sep 22 '14 at 15:58