Skip to content

Instantly share code, notes, and snippets.

View MugunthKumar's full-sized avatar

Mugunth Kumar MugunthKumar

View GitHub Profile
@MugunthKumar
MugunthKumar / .bashrc
Created December 25, 2010 05:17
Git Bash on Windows
# Aliases from here
# http://stevehodgkiss.com/blog/2010/01/27/speed-up-your-git-workflow-with-bash-aliases/
#
function prompt {
local CYAN="\[\033[1;36m\]"
local GREEN="\[\033[1;32m\]"
local NO_COLOUR="\[\033[0m\]"
local TITLEBAR='\[\033]0;\u@\h\007\]'