Skip to content

Instantly share code, notes, and snippets.

View MKSG-MugunthKumar's full-sized avatar

Mugunth Kumar MKSG-MugunthKumar

  • Melbourne, Australia
  • 01:10 (UTC +10:00)
View GitHub Profile
@MKSG-MugunthKumar
MKSG-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\]'