Created
April 20, 2011 13:40
-
-
Save iani/931351 to your computer and use it in GitHub Desktop.
setting the prompt variable for bash terminal in MacOS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Custom prompt for shell: | |
PS1="\[\033[0;36m\][\$(date +%H%M)][\u:\W]$\[\033[0;32m\] " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment