From 393c74cf1538344915d70009ac982546622cef85 Mon Sep 17 00:00:00 2001 From: UnaTried <103455203+UnaTried@users.noreply.github.com> Date: Wed, 2 Apr 2025 18:43:07 +0200 Subject: [PATCH] Forgot a square bracket --- oh-my-zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 5f9a56954..952405c19 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -239,7 +239,7 @@ if [[ -n "$ZSH_THEME" ]]; then elif is_default_theme "$ZSH/themes"; then source "$ZSH/themes/robbyrussell.zsh-theme" else - echo "oh-my-zsh] The default theme (robbyrussell) was not found, redownloading it!" + echo "[oh-my-zsh] The default theme (robbyrussell) was not found, redownloading it!" if ! command -v curl &> /dev/null; then wget -qO $ZSH/themes/robbyrussell.zsh-theme https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/refs/heads/master/themes/robbyrussell.zsh-theme source "$ZSH/themes/robbyrussell.zsh-theme"