This commit is contained in:
胖梁 2017-05-02 02:21:12 +00:00 committed by GitHub
commit 8b6fe7bac7

View file

@ -10,6 +10,15 @@ function upgrade_oh_my_zsh() {
env ZSH=$ZSH sh $ZSH/tools/upgrade.sh
}
function upgrade_forked_oh_my_zsh() {
cd $ZSH
git remote add robbyrussell https://github.com/robbyrussell/oh-my-zsh.git
git fetch robbyrussell
git merge robbyrussell/master
git push origin master
cd -
}
function take() {
mkdir -p $1
cd $1