I AM GROOT
This commit is contained in:
parent
2bee27dc80
commit
c441b910ad
1 changed files with 9 additions and 0 deletions
9
zshrc
9
zshrc
|
@ -154,15 +154,24 @@ alias ggrep='command git grep'
|
||||||
alias tailf='command less -R +F'
|
alias tailf='command less -R +F'
|
||||||
alias diff='command diff --color'
|
alias diff='command diff --color'
|
||||||
alias vi='command vim'
|
alias vi='command vim'
|
||||||
|
|
||||||
|
# ls
|
||||||
alias ls='command ls --color=auto --group-directories-first '
|
alias ls='command ls --color=auto --group-directories-first '
|
||||||
alias ll='ls -lha'
|
alias ll='ls -lha'
|
||||||
|
|
||||||
|
# git
|
||||||
alias gci='command git commit'
|
alias gci='command git commit'
|
||||||
alias gsl='command git stash list'
|
alias gsl='command git stash list'
|
||||||
alias gss='command git status -sbu'
|
alias gss='command git status -sbu'
|
||||||
alias gup='command git pull'
|
alias gup='command git pull'
|
||||||
|
alias groot='cd $(command git rev-parse --show-cdup)'
|
||||||
alias gsi='command tig status'
|
alias gsi='command tig status'
|
||||||
|
|
||||||
|
# tmux
|
||||||
alias tmux='command tmux -2'
|
alias tmux='command tmux -2'
|
||||||
alias atmux='command tmux -2 attach'
|
alias atmux='command tmux -2 attach'
|
||||||
|
|
||||||
|
# screen
|
||||||
alias rscreen='command screen -Dr'
|
alias rscreen='command screen -Dr'
|
||||||
alias scr='command screen sudo -Es'
|
alias scr='command screen sudo -Es'
|
||||||
# }}}
|
# }}}
|
||||||
|
|
Loading…
Reference in a new issue