1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-04-27 06:50:24 +08:00

mercurial: add hga alias for "hg add" ()

Add an alias for adding files in the mercurial plugin.
This commit is contained in:
Mirko Lelansky 2018-10-06 13:59:18 +02:00 committed by Marc Cornellà
parent 228d7d1041
commit f93fedb692

View File

@ -1,4 +1,5 @@
# Mercurial
alias hga='hg add'
alias hgc='hg commit'
alias hgb='hg branch'
alias hgba='hg branches'