customzing defaults.

This commit is contained in:
Carlos Cardoso 2013-11-13 00:31:10 -02:00
commit 422a4224fb
2 changed files with 5 additions and 1 deletions

View file

@ -32,3 +32,7 @@ alias l=la
alias sl=ls # often screw this up
alias afind='ack-grep -il'
# Git aliases
alias gits='git st'
alias gitk='gitk --all &'