1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-10 16:32:00 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
ThatXliner
69cf0e51f8 Merge 6bd4d716f3 into 887a864aba 2026-04-06 20:48:30 -07:00
ThatXliner
6bd4d716f3 Create pkgx.plugin.zsh 2024-08-18 08:32:03 -07:00

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)