mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Forgot to close double qoute
This commit is contained in:
parent
d348f8a996
commit
3d6fd4470e
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ function theme {
|
||||||
elif [[ -f "$ZSH/themes/robbyrussell.zsh-theme" ]]; then
|
elif [[ -f "$ZSH/themes/robbyrussell.zsh-theme" ]]; then
|
||||||
source "$ZSH/themes/robbyrussell.zsh-theme"
|
source "$ZSH/themes/robbyrussell.zsh-theme"
|
||||||
else
|
else
|
||||||
echo "$0: The default theme (robbyrussell) also does not exist!
|
echo "$0: The default theme (robbyrussell) also does not exist!"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue