some fixes and updates
This commit is contained in:
parent
83aae19dff
commit
231ba757a7
2 changed files with 4 additions and 4 deletions
4
bashrc
4
bashrc
|
@ -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
4
zshrc
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue