mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Adding git aliases
This commit is contained in:
parent
e14d9a4668
commit
91c4aabca0
1 changed files with 3 additions and 0 deletions
|
|
@ -177,3 +177,6 @@ function git_compare_version() {
|
||||||
POST_1_7_2_GIT=$(git_compare_version "1.7.2")
|
POST_1_7_2_GIT=$(git_compare_version "1.7.2")
|
||||||
#clean up the namespace slightly by removing the checker function
|
#clean up the namespace slightly by removing the checker function
|
||||||
unset -f git_compare_version
|
unset -f git_compare_version
|
||||||
|
alias mrupdate='mr update'
|
||||||
|
alias mr-run='mr run command'
|
||||||
|
alias mrmaster='mr-run git checkout master'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue