fixed omp

This commit is contained in:
venus
2026-03-11 22:28:23 -05:00
parent 356be1c98e
commit d401395dc4

View File

@@ -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