mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Forgot a square bracket
This commit is contained in:
parent
68957c63d0
commit
393c74cf15
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue