mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 16:32:00 +00:00
Compare commits
2 Commits
master
...
69cf0e51f8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69cf0e51f8 | ||
|
|
6bd4d716f3 |
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)
|
||||
Reference in New Issue
Block a user