1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 05:49:26 +00:00

Rename alias gRc to gRp

This commit is contained in:
Sorin Ionescu
2013-05-03 11:25:49 -04:00
parent e836957e4f
commit d4e78d427a
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ alias gRa='git remote add'
alias gRx='git remote rm'
alias gRm='git remote rename'
alias gRu='git remote update'
alias gRc='git remote prune'
alias gRp='git remote prune'
alias gRs='git remote show'
alias gRb='git-hub-browse'