This commit is contained in:
Maaz Ghani 2015-10-09 20:58:43 +00:00
commit 35711c5f26
3 changed files with 11 additions and 29 deletions

View file

@ -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'

View file

@ -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'