Merge branch 'master' of github.com:aborn/popkit

This commit is contained in:
Aborn Jiang 2015-09-30 17:38:26 +09:00
commit c5dea5a528
1 changed files with 10 additions and 0 deletions

View File

@ -11,3 +11,13 @@ alias du0='du --max-depth=0 . -lh'
alias du1='du --max-depth=1 . -lh'
alias du2='du --max-depth=2 . -lh'
alias pdf='evince'
# for git
alias gitc='git checkout '
alias gc='git commit -am '
alias gm='git merge '
alias gs='git status '
alias ga='git add -A '
alias gp='git push'
alias gl='git pull'
alias go='git push origin'