Skip to content

Instantly share code, notes, and snippets.

@marioBonales
Created April 5, 2012 16:03
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 marioBonales/2312175 to your computer and use it in GitHub Desktop.
Save marioBonales/2312175 to your computer and use it in GitHub Desktop.
.bashrc for windows gitbash
HISTCONTROL=ignoredups:ignorespace
shopt -s histappend
HISTSIZE=1000
HISTFILESIZE=2000
alias ls='ls --color=auto'
alias ll='ls -al'
alias vb2='cd /c/AppServ/www/viewbug/viewbug2/'
alias vb='cd /c/AppServ/www/viewbug/viewbug/'
alias ..="cd .."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment