Created
November 12, 2016 17:31
-
-
Save johnelliott/7a8225d2274b8ed2f4354086217a2c97 to your computer and use it in GitHub Desktop.
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
| PS1='\[\033[01;33m\]\u@\h\[\033[00m\] \[\033[00m\]\W \$ '; | |
| export PS1; | |
| PS2="\[\033[01;33m\]→ \\[\033[00m\]"; | |
| export PS2; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment