Skip to content

Instantly share code, notes, and snippets.

@johnelliott
Created November 12, 2016 17:31
Show Gist options
  • Select an option

  • Save johnelliott/7a8225d2274b8ed2f4354086217a2c97 to your computer and use it in GitHub Desktop.

Select an option

Save johnelliott/7a8225d2274b8ed2f4354086217a2c97 to your computer and use it in GitHub Desktop.
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