Skip to content

Instantly share code, notes, and snippets.

@hatemogi
Created April 4, 2012 04:36
Show Gist options
  • Save hatemogi/2297835 to your computer and use it in GitHub Desktop.
Save hatemogi/2297835 to your computer and use it in GitHub Desktop.
색상넣은 프롬프트
export PS1='\[\033[36m\]\u@\h:\w \$\[\033[0m\] '
export PS2='\[\033[32m\]\u@\h:\w \$\[\033[0m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment