Skip to content

Instantly share code, notes, and snippets.

@jordanrobinson
Created November 15, 2014 11:08
Show Gist options
  • Save jordanrobinson/e5d3a484df1701ca3460 to your computer and use it in GitHub Desktop.
Save jordanrobinson/e5d3a484df1701ca3460 to your computer and use it in GitHub Desktop.
Custom terminal prompt
export PS1='\[\033[01;36m\]\h\[\033[01;30m\] \w \@ \[\033[36m\]$(__git_ps1 "(%s)")
\[\033[01;30m\] λ\[\033[00m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment