Mac Terminal: Style Your Command Prompt
If you want to change Mac Terminal's default command prompt to something more useful, I'd suggest this style:
And to get those fancy colors in your Bash prompt, just add
PS1="\h:\[\e[0;32m\]\w\[\e[m\] "
to your ~/.bash_profile file.
And to get those fancy colors in your Bash prompt, just add
PS1="\h:\[\e[0;32m\]\w\[\e[m\] "
to your ~/.bash_profile file.
Comments
Post a Comment