mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
use ZSH_CUSTOM to update custom plugins
This commit is contained in:
parent
69be6af0f5
commit
2cf34dfd14
2 changed files with 2 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ function uninstall_oh_my_zsh() {
|
|||
}
|
||||
|
||||
function upgrade_oh_my_zsh() {
|
||||
env ZSH=$ZSH sh $ZSH/tools/upgrade.sh
|
||||
env ZSH=$ZSH ZSH_CUSTOM=$ZSH_CUSTOM sh $ZSH/tools/upgrade.sh
|
||||
}
|
||||
|
||||
function take() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue