newest version of dotfiles
This commit is contained in:
parent
9fcd3f7ef1
commit
eddf9cf3e3
5 changed files with 1 additions and 25 deletions
|
@ -18,5 +18,4 @@ 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')
|
||||
export POSH_THEME="$XDG_CACHE_HOME/oh-my-posh/themes/$potentialTheme[$RANDOM%$#potentialTheme+1]"
|
||||
eval "$(oh-my-posh init zsh)"
|
||||
eval "$(oh-my-posh init zsh --config="$XDG_CACHE_HOME/oh-my-posh/themes/$potentialTheme[$RANDOM%$#potentialTheme+1]")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue