mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-19 19:05:39 +02: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
|
||||
alias hga='hg add'
|
||||
alias hgc='hg commit'
|
||||
alias hgb='hg branch'
|
||||
alias hgba='hg branches'
|
||||
|
Reference in New Issue
Block a user