Created
October 27, 2011 13:55
-
-
Save robballou/1319600 to your computer and use it in GitHub Desktop.
Mac Shell Customization trials
This file contains hidden or 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
# Place in your ~/.[bash_]profile file | |
# | |
# display "username:path $ " with path in green | |
# | |
# currently works well with multiple lines, but does sometimes get a bit wonky when | |
# paging through history with the arrow keys: | |
export PS1="\u:\[\e[32;1;32m\]\W\[\e[m\] \$ " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed with help from stackexchange!