Compare commits

...

2 Commits

Author SHA1 Message Date
ThatXliner 9455eb50b2
Merge 6bd4d716f3 into d82669199b 2024-12-30 11:17:47 +01: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)