Compare commits

...

2 Commits

Author SHA1 Message Date
ThatXliner 4d2a0dce50
Merge 6bd4d716f3 into 7a3695aadf 2025-01-13 15:11:30 -08:00
ThatXliner 6bd4d716f3
Create pkgx.plugin.zsh 2024-08-18 08:32:03 -07:00
1 changed files with 5 additions and 0 deletions

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)