Created
January 29, 2017 17:36
-
-
Save mattmccarty/f30ac8258ee644744c67644937cf75fd to your computer and use it in GitHub Desktop.
Add ubuntu/mint like colors to the shell prompt
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
# 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