mirror of https://github.com/ohmyzsh/ohmyzsh.git
Compare commits
2 Commits
84a36e2cff
...
6711cf9a96
Author | SHA1 | Date |
---|---|---|
|
6711cf9a96 | |
|
6bd4d716f3 |
plugins/pkgx
|
@ -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