changed some stuff
This commit is contained in:
parent
30606208d4
commit
8fd767105f
2 changed files with 4 additions and 2 deletions
|
@ -32,6 +32,6 @@ source "$ZDOTDIR"/files/distroicon.zsh
|
|||
source "$ZDOTDIR"/files/bashcomps.zsh
|
||||
|
||||
# theme
|
||||
potentialTheme=('atomic.omp.json' 'emodipt-extend.omp.json' 'kali.omp.json' 'lambda.omp.json' 'nordtron.omp.json' 'pure.omp.json' 'uew.omp.json')
|
||||
potentialTheme=('atomic.omp.json' 'emodipt-extend.omp.json' 'kali.omp.json' 'lambda.omp.json' 'nordtron.omp.json')
|
||||
export POSH_THEME="$XDG_DATA_HOME/omp/themes/$potentialTheme[$RANDOM%$#potentialTheme+1]"
|
||||
eval "$(oh-my-posh init zsh)"
|
||||
eval "$(oh-my-posh init zsh)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue