This commit is contained in:
Marsel Safin 2026-05-18 09:07:26 +02:00 committed by GitHub
commit 6cfdf6f141
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 59 additions and 16 deletions

View file

@ -5,7 +5,7 @@ function zsh_stats() {
}
function uninstall_oh_my_zsh() {
command env ZSH="$ZSH" sh "$ZSH/tools/uninstall.sh"
command env ZSH="$ZSH" ZDOTDIR="${ZDOTDIR:-}" sh "$ZSH/tools/uninstall.sh"
}
function upgrade_oh_my_zsh() {