Skip to content

Commit

Permalink
Merge pull request #4 from andyw8/patch-1
Browse files Browse the repository at this point in the history
Update dead link
  • Loading branch information
nelstrom committed Apr 19, 2014
2 parents c448607 + 39323ac commit ff41bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ alias svnadd="svn st | grep '^\?' | awk '{print $2}' | xargs svn add"
alias svnrmd="svn st | grep '^\!' | awk '{print $2}' | xargs svn rm"

# git aliases
# http://titusd.co.uk/2010/08/29/use-g-as-an-alias-for-git-without-losing-autocompletion
# http://joeyates.info/2010/08/29/use-g-as-an-alias-for-git-without-losing-autocompletion/
alias g='git'

# Vim aliases
Expand Down

0 comments on commit ff41bf1

Please sign in to comment.