mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-11 05:39:45 +08:00
Merge 6bd4d716f3 into 9df4ea095f
This commit is contained in:
commit
4caab27097
5
plugins/pkgx/pkgx.plugin.zsh
Normal file
5
plugins/pkgx/pkgx.plugin.zsh
Normal 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)
|
||||
Loading…
Reference in New Issue
Block a user