mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Merge 91c4aabca0 into 2522ab4504
This commit is contained in:
commit
35711c5f26
3 changed files with 11 additions and 29 deletions
|
|
@ -28,6 +28,3 @@ alias l='ls -lah'
|
|||
alias ll='ls -lh'
|
||||
alias la='ls -lAh'
|
||||
|
||||
# Push and pop directories on directory stack
|
||||
alias pu='pushd'
|
||||
alias po='popd'
|
||||
|
|
|
|||
|
|
@ -177,3 +177,6 @@ function git_compare_version() {
|
|||
POST_1_7_2_GIT=$(git_compare_version "1.7.2")
|
||||
#clean up the namespace slightly by removing the checker function
|
||||
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