fixed ohmyposh mangling atuin

This commit is contained in:
Nikolas Weger 2023-10-27 19:41:01 +02:00
parent efca7fa0fb
commit 8330480496
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ copy_on_select no
strip_trailing_spaces smart
window_padding_width 5
enable_audio_bell no
shell_integration enabled
shell_integration disabled
# Fonts
font_family FiraCode Nerd Font

View file

@ -9,6 +9,6 @@ eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
eval "$(sheldon source)"
# 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)"