Skip to content

Commit

Permalink
mercurial: add hga alias for "hg add" (#4969)
Browse files Browse the repository at this point in the history
Add an alias for adding files in the mercurial plugin.
  • Loading branch information
mirko-lelansky authored and mcornella committed Oct 6, 2018
1 parent 228d7d1 commit f93fedb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/mercurial/mercurial.plugin.zsh
@@ -1,4 +1,5 @@
# Mercurial
alias hga='hg add'
alias hgc='hg commit'
alias hgb='hg branch'
alias hgba='hg branches'
Expand Down

0 comments on commit f93fedb

Please sign in to comment.