mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-26 23:00:30 +08: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,4 +1,5 @@
|
||||
# Mercurial
|
||||
alias hga='hg add'
|
||||
alias hgc='hg commit'
|
||||
alias hgb='hg branch'
|
||||
alias hgba='hg branches'
|
||||
|
Loading…
Reference in New Issue
Block a user