mirror of https://github.com/ohmyzsh/ohmyzsh.git
Merge 6bd4d716f3
into 028d653632
This commit is contained in:
commit
aed462e702
|
@ -0,0 +1,5 @@
|
|||
# If pkgx is not found, don't do the rest of the script
|
||||
if (( ! $+commands[pkgx] )); then
|
||||
return
|
||||
fi
|
||||
source <(pkgx --shellcode)
|
Loading…
Reference in New Issue