updated config a bit

This commit is contained in:
eeleater 2024-04-13 15:52:06 +02:00
parent 3afad1aa37
commit 890c746657
4 changed files with 8 additions and 16 deletions

View file

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