1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-27 16:20:07 +00:00
ohmyzsh/plugins/pkgx/pkgx.plugin.zsh

6 lines
129 B
Bash
Raw Normal View History

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