Skip to content

Instantly share code, notes, and snippets.

@mattmccarty
Created January 29, 2017 17:36
Show Gist options
  • Save mattmccarty/f30ac8258ee644744c67644937cf75fd to your computer and use it in GitHub Desktop.
Save mattmccarty/f30ac8258ee644744c67644937cf75fd to your computer and use it in GitHub Desktop.
Add ubuntu/mint like colors to the shell prompt
# Put this in ~/.bashrc after the /etc/bashrc is included
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment