Skip to content

Instantly share code, notes, and snippets.

@alexandre-touret
Created February 15, 2018 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexandre-touret/d4b570813bb1b7bb44a393e69660827e to your computer and use it in GitHub Desktop.
Save alexandre-touret/d4b570813bb1b7bb44a393e69660827e to your computer and use it in GitHub Desktop.
Configuration CYGWIN - BASHRC
source ~/.git-completion.bash
source ~/.git-prompt.sh
# Customization pour GIT
export PS1="\[\e[1;32m\]\u\[\e[0;39m\]@\[\e[1;36m\]\h\[\e[0;39m\]:\[\e[1;33m\]\w\[\e[0;39m\]\[\e[1; 35m\]\$(__git_ps1 )\[\e[0;39m\] \[\e[1;37m\]\n$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment