Bug fix for OMP init

This commit is contained in:
pauljako 2024-08-23 22:06:14 +02:00
parent 54b408d513
commit 6d731c9fe3

2
.zshrc
View file

@ -62,7 +62,7 @@ fi
alias oh-my-posh=$OMP_EXE alias oh-my-posh=$OMP_EXE
# #
# Initialize OMP # Initialize OMP
eval "$(oh-my-posh init zsh)" eval "$(oh-my-posh init zsh --config $OMP_THEM_PATH)"
# #
# Get and download zinit # Get and download zinit
ZINIT_HOME="$HOME/.config/zinit/zinit.git" ZINIT_HOME="$HOME/.config/zinit/zinit.git"