Update .config/zsh/rc.zsh
This commit is contained in:
parent
7984b858c7
commit
4c06448dc1
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ potentialBanner=('bofh; echo " - BOFH"' 'fastfetch' 'hackerquotes' 'colorscript
|
||||||
eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
|
eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
|
||||||
|
|
||||||
# ohmyposh theme
|
# ohmyposh theme
|
||||||
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')
|
potentialTheme=('emodipt-extend.omp.json' '1_shell.omp.json' 'kali.omp.json' 'lambda.omp.json' 'pure.omp.json')
|
||||||
export POSH_TOOLTIP=false
|
export POSH_TOOLTIP=false
|
||||||
export POSH_TRANSIENT=true
|
export POSH_TRANSIENT=true
|
||||||
export POSH_THEME="/usr/share/oh-my-posh/themes/$potentialTheme[$RANDOM%$#potentialTheme+1]"
|
export POSH_THEME="/usr/share/oh-my-posh/themes/$potentialTheme[$RANDOM%$#potentialTheme+1]"
|
||||||
|
|
Loading…
Add table
Reference in a new issue