mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
mercurial: add hga alias for "hg add" (#4969)
Add an alias for adding files in the mercurial plugin.
This commit is contained in:
committed by
Marc Cornellà
parent
228d7d1041
commit
f93fedb692
@@ -1,4 +1,5 @@
|
|||||||
# Mercurial
|
# Mercurial
|
||||||
|
alias hga='hg add'
|
||||||
alias hgc='hg commit'
|
alias hgc='hg commit'
|
||||||
alias hgb='hg branch'
|
alias hgb='hg branch'
|
||||||
alias hgba='hg branches'
|
alias hgba='hg branches'
|
||||||
|
|||||||
Reference in New Issue
Block a user