Skip to content

Instantly share code, notes, and snippets.

@briangreenery
Last active June 2, 2016 18:43
Show Gist options
  • Save briangreenery/10750869 to your computer and use it in GitHub Desktop.
Save briangreenery/10750869 to your computer and use it in GitHub Desktop.
PS1='\[\e[0;36m\]\u \[\e[0;32m\]\w\[\e[0m\]$(__git_ps1 " (%s)")\nλ '
if [ -n "$SSH_CLIENT" ]; then
PS1="(ssh) $PS1"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment