From d401395dc4ffaca0007fc3089eb618158b1de2aa Mon Sep 17 00:00:00 2001 From: venus Date: Wed, 11 Mar 2026 22:28:23 -0500 Subject: [PATCH] fixed omp --- zsh.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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