mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +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:
parent
228d7d1041
commit
f93fedb692
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue