changed directory for override files
This commit is contained in:
parent
f225beb9a0
commit
9f697505bc
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ source "$ZDOTDIR"/files/aliases.zsh
|
|||
source "$ZDOTDIR"/files/sshcomp.zsh
|
||||
|
||||
# local overrides
|
||||
for sourced in "$XDG_DATA_HOME"/zsh/files/*; do source $sourced; done
|
||||
for sourced in "$XDG_DATA_HOME"/zsh/*; do source $sourced; done
|
||||
|
||||
# theme
|
||||
eval "$(oh-my-posh init zsh --config="$XDG_CACHE_HOME/oh-my-posh/themes/emodipt-extend.omp.json")"
|
||||
|
|
Loading…
Add table
Reference in a new issue