mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00: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
|
||||
alias hga='hg add'
|
||||
alias hgc='hg commit'
|
||||
alias hgb='hg branch'
|
||||
alias hgba='hg branches'
|
||||
|
|
Loading…
Reference in a new issue