1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +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:
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'