Update .config/sheldon/plugins.toml

Update .config/zsh/rc.zsh
This commit is contained in:
eeleater 2023-02-13 13:36:19 +01:00
parent 4803e74e77
commit 7984b858c7
2 changed files with 10 additions and 5 deletions

View file

@ -6,7 +6,9 @@ potentialBanner=('bofh; echo " - BOFH"' 'fastfetch' 'hackerquotes' 'colorscript
eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
# ohmyposh theme
potentialTheme=('atomic.omp.json' 'emodipt-extend.omp.json' 'chips.omp.json' '1_shell.omp.json' 'honukai.omp.json' 'if_tea.omp.json' 'illusi0n.omp.json' 'kali.omp.json' 'lambda.omp.json' 'lambdageneration.omp.json' 'nordtron.omp.json' 'pure.omp.json' 'uew.omp.json' 'tokyo.omp.json')
potentialTheme=('atomic.omp.json' 'emodipt-extend.omp.json' 'chips.omp.json' '1_shell.omp.json' 'kali.omp.json' 'lambda.omp.json' 'nordtron.omp.json' 'pure.omp.json' 'uew.omp.json')
export POSH_TOOLTIP=false
export POSH_TRANSIENT=true
export POSH_THEME="/usr/share/oh-my-posh/themes/$potentialTheme[$RANDOM%$#potentialTheme+1]"
# and source plugins