mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Use zstyle to set the theme
This commit is contained in:
parent
534b4ab12e
commit
b826af0c7b
2 changed files with 4 additions and 1 deletions
|
|
@ -44,6 +44,9 @@ for plugin ($plugins); do
|
|||
fi
|
||||
done
|
||||
|
||||
local ZSH_THEME
|
||||
zstyle -a :omz theme ZSH_THEME
|
||||
|
||||
# Load the theme
|
||||
if [ "$ZSH_THEME" = "random" ]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue