'Lost dollar signs in terminal on Mac OSX
I was messing around in the terminal on my mac with virtualenv but now I lost the dollar signs on the command line!
Does anybody know what this means and how I can get them back? I already tried rebooting but that didn't help.
Btw, I'm using zshell.
Solution 1:[1]
If its a problem with your bash startup scripts, then from terminal menu item, Select "New Command" and run "bash --noprofile --norc"
Solution 2:[2]
try pasting 'bash --noprofile --norc' and return, then paste 'chsh -s /bin/zsh' and return. It should ask you for your password
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Evon Dos |
Solution 2 | Heather Lynn |