From 6d731c9fe31c94711dfde3e989ab2f583c311dc2 Mon Sep 17 00:00:00 2001 From: pauljako <126326487+pauljako@users.noreply.github.com> Date: Fri, 23 Aug 2024 22:06:14 +0200 Subject: [PATCH] Bug fix for OMP init --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index ba99b11..ce7ed9e 100644 --- a/.zshrc +++ b/.zshrc @@ -62,7 +62,7 @@ fi alias oh-my-posh=$OMP_EXE # # Initialize OMP -eval "$(oh-my-posh init zsh)" +eval "$(oh-my-posh init zsh --config $OMP_THEM_PATH)" # # Get and download zinit ZINIT_HOME="$HOME/.config/zinit/zinit.git"