fixed the long lines of the omp config
This commit is contained in:
parent
d310fd8f9b
commit
3b2f16d6b7
1 changed files with 2 additions and 2 deletions
|
@ -40,10 +40,10 @@ eval "$(mise activate zsh)"
|
||||||
|
|
||||||
# source files
|
# source files
|
||||||
source "$ZDOTDIR"/files/aliases.zsh
|
source "$ZDOTDIR"/files/aliases.zsh
|
||||||
#source "$ZDOTDIR"/files/sshcomp.zsh
|
|
||||||
|
|
||||||
# local overrides
|
# local overrides
|
||||||
for sourced in "$XDG_DATA_HOME"/zsh/*; do source $sourced; done
|
for sourced in "$XDG_DATA_HOME"/zsh/*; do source $sourced; done
|
||||||
|
|
||||||
# theme
|
# theme
|
||||||
eval "$(oh-my-posh init zsh --config="https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/emodipt-extend.omp.json")"
|
ompTheme="https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/emodipt-extend.omp.json"
|
||||||
|
eval "$(oh-my-posh init zsh --config="$ompTheme")"
|
||||||
|
|
Loading…
Add table
Reference in a new issue