From d4fb82d19c52a35b9b7fc8a16ccb5a17acf5731e Mon Sep 17 00:00:00 2001 From: pauljako <126326487+pauljako@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:46:40 +0200 Subject: [PATCH] Changed Paths --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 523a490..4a82f93 100644 --- a/.zshrc +++ b/.zshrc @@ -45,7 +45,7 @@ case "${platform}" in esac # # Set the OMP Path and create the directory -OMP_PATH="$HOME/.config/oh-my-posh" +OMP_PATH="$HOME/.config/dotfiles/oh-my-posh" [ ! -d $OMP_PATH ] && mkdir -p "$(dirname $OMP_PATH)" # # Set the path to the OMP Theme @@ -71,7 +71,7 @@ alias oh-my-posh=$OMP_EXE eval "$(oh-my-posh init zsh --config $OMP_THEME_PATH)" # # Get and download zinit -ZINIT_HOME="$HOME/.config/zinit/zinit.git" +ZINIT_HOME="$HOME/.config/dotfiles/zinit/zinit.git" [ ! -d $ZINIT_HOME ] && mkdir -p "$(dirname $ZINIT_HOME)" [ ! -d $ZINIT_HOME/.git ] && git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME" #