diff --git a/zsh.config b/zsh.config index 3433d04..ee6ba62 100644 --- a/zsh.config +++ b/zsh.config @@ -81,5 +81,5 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs #setup oh-my-posh shell if [ $TERM = "xterm-kitty" ] || [ $NVIM ]; then - eval "$(oh-my-posh init zsh --config $XDG_CONFIG_HOME/shell.omp.json)" + eval "$(oh-my-posh init zsh --config $XDG_CONFIG_HOME/zsh/shell.omp.json)" fi