mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Added alias to clear .orig files on mercurial plugin
This commit is contained in:
parent
362927003b
commit
ad5aecc382
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# Mercurial
|
||||
alias hgc='hg commit'
|
||||
alias hgb='hg branch'
|
||||
|
|
@ -12,3 +11,6 @@ alias hgp='hg push'
|
|||
alias hgs='hg status'
|
||||
# this is the 'git commit --amend' equivalent
|
||||
alias hgca='hg qimport -r tip ; hg qrefresh -e ; hg qfinish tip'
|
||||
|
||||
# Remove all .orig files
|
||||
alias hgclear='find . -name "*.orig" -delete'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue