Changed Paths
This commit is contained in:
parent
b36ad9bae0
commit
d4fb82d19c
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -45,7 +45,7 @@ case "${platform}" in
|
||||||
esac
|
esac
|
||||||
#
|
#
|
||||||
# Set the OMP Path and create the directory
|
# 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)"
|
[ ! -d $OMP_PATH ] && mkdir -p "$(dirname $OMP_PATH)"
|
||||||
#
|
#
|
||||||
# Set the path to the OMP Theme
|
# 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)"
|
eval "$(oh-my-posh init zsh --config $OMP_THEME_PATH)"
|
||||||
#
|
#
|
||||||
# Get and download zinit
|
# 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 ] && mkdir -p "$(dirname $ZINIT_HOME)"
|
||||||
[ ! -d $ZINIT_HOME/.git ] && git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"
|
[ ! -d $ZINIT_HOME/.git ] && git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME"
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue