mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Merge 6bd4d716f3 into cb64103161
This commit is contained in:
commit
824a2ca9fa
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue