1
0
Fork 0

some fixes and updates

This commit is contained in:
Von Random 2014-09-30 17:49:57 +04:00
parent 83aae19dff
commit 231ba757a7
2 changed files with 4 additions and 4 deletions

4
bashrc
View file

@ -105,12 +105,12 @@ alias mountnrg='sudo mount -o loop,offset=307200'
# git:
alias gss='command git status -s'
alias gdf='command git diff'
alias gci='command git commit -a'
alias gci='command git commit'
alias gup='command git pull'
# svn:
alias sss='command svn status'
alias sdf='command svn diff'
alias sci='command svn commit -m'
alias sci='command svn commit'
alias sup='command svn up'
# we want to see exit code on error

4
zshrc
View file

@ -114,7 +114,7 @@ alias mountnrg='sudo mount -o loop,offset=307200'
# git
alias gss='command git status -s'
alias gdf='command git diff'
alias gci='command git commit -a'
alias gci='command git commit'
alias gup='command git pull'
# svn
alias sss='command svn status'
@ -123,7 +123,7 @@ alias sci='command svn commit'
alias sup='command svn up'
# ---> global aliases
alias -g L='| less'
alias -g L='| less -R'
alias -g H='| head'
alias -g T='| tail'
alias -g G='| grep'