Skip to content

Instantly share code, notes, and snippets.

@napramirez
Created November 19, 2015 15:58
Show Gist options
  • Save napramirez/a7600b3784e69125f9bf to your computer and use it in GitHub Desktop.
Save napramirez/a7600b3784e69125f9bf to your computer and use it in GitHub Desktop.
# Colorized Git Prompt
# by Nap Ramirez <napramirez@gmail.com>
#
export PS1="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[36m\]\u@\h:\[\033[32m\]\w\[\033[33m\]\$(__git_ps1)\[\033[0m\]$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment