mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Add "hga" alias for command "hg add"
Add an alias for additing files in the mercurial plugin.
This commit is contained in:
parent
286c3e5e28
commit
fbd69ee6b6
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
# Mercurial
|
# Mercurial
|
||||||
|
alias hga='hg add'
|
||||||
alias hgc='hg commit'
|
alias hgc='hg commit'
|
||||||
alias hgb='hg branch'
|
alias hgb='hg branch'
|
||||||
alias hgba='hg branches'
|
alias hgba='hg branches'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue