Support for @sorin-ionescu rewrite of oh-my-zsh
Sorin's OMZ rewrite is a bit nicer, as it's written in more native style ZSH, doesn't do auto updates, and incorporates many bugfixes, and is more actively maintained than Robby's branch. For now, YADR supports both, so if you want to try out the sorin branch, go to sorin-ionescu/oh-my-zsh, install it, and rerun the YADR installer so that the skwp theme is installed for you. If you want to have them side by side for comparison, rename the old robby one to ~/.oh-my-zsh.robby or similar, so you can toggle back and forth through renames, or symlinks.
This commit is contained in:
@@ -9,6 +9,7 @@ alias yuv='yadr vim-update-plugins'
|
||||
alias yip='yadr init-plugins'
|
||||
|
||||
# PS
|
||||
alias psa="ps aux"
|
||||
alias psg="ps aux | grep "
|
||||
alias psr='ps aux | grep ruby'
|
||||
|
||||
@@ -56,7 +57,7 @@ alias guns='git unstage'
|
||||
alias gunc='git uncommit'
|
||||
alias gm='git merge'
|
||||
alias gms='git merge --squash'
|
||||
alias gam='git amend'
|
||||
alias gam='git amend --reset-author'
|
||||
alias gr='git rebase'
|
||||
alias gra='git rebase --abort'
|
||||
alias ggrc='git rebase --continue'
|
||||
@@ -93,7 +94,6 @@ alias l='less'
|
||||
alias lh='ls -alt | head' # see the last modified files
|
||||
alias screen='TERM=screen screen'
|
||||
alias cl='clear'
|
||||
alias ps='ps aux'
|
||||
|
||||
# Zippin
|
||||
alias gz='tar -zcvf'
|
||||
|
||||
Reference in New Issue
Block a user