Skip to content

Instantly share code, notes, and snippets.

@kumabotz
Created December 5, 2012 01:58
Show Gist options
  • Save kumabotz/4211403 to your computer and use it in GitHub Desktop.
Save kumabotz/4211403 to your computer and use it in GitHub Desktop.
Adding Color and Customize the Bash Prompt (PS1)
# add into .bashrc file
PS1='\[\e[0;33m\]\w\[\e[0m\] '
# update the changes
$ source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment