feat(zsh): delete the dependency to oh-my-zsh
This commit is contained in:
@@ -22,9 +22,9 @@ function pj_check() {
|
||||
fi
|
||||
|
||||
# check for oh-my-zsh
|
||||
if [[ ! -d $ZSH_POLYJUICE_PLUGINS_PATH/ohmyzsh ]]; then
|
||||
echo "oh-my-zsh is not installed."
|
||||
fi
|
||||
# if [[ ! -d $ZSH_POLYJUICE_PLUGINS_PATH/ohmyzsh ]]; then
|
||||
# echo "oh-my-zsh is not installed."
|
||||
# fi
|
||||
|
||||
# check for zoxide
|
||||
if (( ! $+commands[zoxide] )); then
|
||||
|
||||
Reference in New Issue
Block a user