chose only one theme

This commit is contained in:
eeleater 2024-08-08 06:01:41 +02:00
parent 79258c6b4e
commit 5f6cae6e9c

View file

@ -17,5 +17,6 @@ eval "$(sheldon source)"
for sourced in "$XDG_DATA_HOME"/zsh/files/*; do source $sourced; done for sourced in "$XDG_DATA_HOME"/zsh/files/*; do source $sourced; done
# theme # theme
potentialTheme=('lambda' 'emodipt-extend' 'kali' 'atomic' 'nordtron' 'illusi0n' 'di4am0nd' 'bubblesextra') #potentialTheme=('emodipt-extend') # 'kali' 'lambda' 'bubblesextra' 'illusi0n' 'nordtron' 'di4am0nd' 'atomic'
eval "$(oh-my-posh init zsh --config="$XDG_CACHE_HOME/oh-my-posh/themes/$potentialTheme[$RANDOM%$#potentialTheme+1].omp.json")" #eval "$(oh-my-posh init zsh --config="$XDG_CACHE_HOME/oh-my-posh/themes/$potentialTheme[$RANDOM%$#potentialTheme+1].omp.json")"
eval "$(oh-my-posh init zsh --config="$XDG_CACHE_HOME/oh-my-posh/themes/emodipt-extend.omp.json")"