Skip to content

Commit

Permalink
git: add git rm aliases (ohmyzsh#5433)
Browse files Browse the repository at this point in the history
* grm for 'git rm'
* grmc for 'git rm --cached'
  • Loading branch information
ferrerluis authored and lellisls committed Oct 1, 2018
1 parent 9e5b2fa commit c023db4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/git/git.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ alias grbm='git rebase master'
alias grbs='git rebase --skip'
alias grh='git reset'
alias grhh='git reset --hard'
alias grm='git rm'
alias grmc='git rm --cached'
alias grmv='git remote rename'
alias grrm='git remote remove'
alias grset='git remote set-url'
Expand Down

0 comments on commit c023db4

Please sign in to comment.