1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-01-13 22:28:25 +08:00
ohmyzsh-mirror/plugins/pkgx/pkgx.plugin.zsh
2024-08-18 08:32:03 -07:00

6 lines
129 B
Bash

# If pkgx is not found, don't do the rest of the script
if (( ! $+commands[pkgx] )); then
return
fi
source <(pkgx --shellcode)