0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Create pkgx.plugin.zsh

This commit is contained in:
ThatXliner 2024-08-18 08:32:03 -07:00 committed by GitHub
parent 2056aeeead
commit 6bd4d716f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)