1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-12 20:31:00 +01:00

Create pkgx.plugin.zsh

This commit is contained in:
ThatXliner
2024-08-18 08:32:03 -07:00
committed by GitHub
parent 2056aeeead
commit 6bd4d716f3

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)