fixed ohmyposh mangling atuin
This commit is contained in:
parent
efca7fa0fb
commit
8330480496
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ copy_on_select no
|
||||||
strip_trailing_spaces smart
|
strip_trailing_spaces smart
|
||||||
window_padding_width 5
|
window_padding_width 5
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
shell_integration enabled
|
shell_integration disabled
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
font_family FiraCode Nerd Font
|
font_family FiraCode Nerd Font
|
||||||
|
|
|
@ -9,6 +9,6 @@ eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
|
||||||
eval "$(sheldon source)"
|
eval "$(sheldon source)"
|
||||||
|
|
||||||
# theme
|
# 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]"
|
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
Reference in a new issue