mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 494cf9a4f1 into 5667161d49
This commit is contained in:
commit
8b6fe7bac7
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue