zsh: git status alias
This commit is contained in:
parent
e0a5146e53
commit
9545c9c248
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -40,6 +40,7 @@ alias a='nohup nemo "$(pwd)" >/dev/null &'
|
|||
|
||||
alias gcp='git commit -p'
|
||||
alias gc='git commit'
|
||||
alias gs='git status'
|
||||
alias ga='git add'
|
||||
alias gt='git tag'
|
||||
alias gp='git push'
|
||||
|
@ -47,6 +48,7 @@ alias gpo='git push origin' # Para tags: git push origin 1.0.2 / gpo 1.0.2
|
|||
|
||||
alias gitdf='git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME'
|
||||
alias gdcp='gitdf commit -p'
|
||||
alias gds='gitdf status'
|
||||
alias gdp='gitdf push'
|
||||
|
||||
source /usr/share/fzf/key-bindings.zsh
|
||||
|
|
Loading…
Reference in a new issue