Skip to content

Instantly share code, notes, and snippets.

@robballou
Created October 27, 2011 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robballou/1319600 to your computer and use it in GitHub Desktop.
Save robballou/1319600 to your computer and use it in GitHub Desktop.
Mac Shell Customization trials
# 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\] \$ "
@robballou
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment