subversion and bash aliases, fixed git aliases

This commit is contained in:
Joe Fleming
2012-10-12 17:03:58 -07:00
parent ed1dc3cf21
commit 7b989ee510
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
alias ..='cd ..'
alias ...='cd ..; cd ..'