Zsh: Temporary solution to PZ deprecation
This commit is contained in:
parent
08c4c211ab
commit
42be07c2d6
|
@ -14,7 +14,7 @@ done
|
||||||
|
|
||||||
# Initialize PZ
|
# Initialize PZ
|
||||||
[[ -d $PZ_PLUGIN_HOME/pz ]] ||
|
[[ -d $PZ_PLUGIN_HOME/pz ]] ||
|
||||||
git clone https://github.com/mattmc3/pz.git $PZ_PLUGIN_HOME/pz
|
git clone -b pz https://github.com/mattmc3/antidote.git $PZ_PLUGIN_HOME/pz
|
||||||
source $PZ_PLUGIN_HOME/pz/pz.zsh
|
source $PZ_PLUGIN_HOME/pz/pz.zsh
|
||||||
|
|
||||||
# Set p10k prompt
|
# Set p10k prompt
|
||||||
|
|
Loading…
Reference in a new issue