mirror of https://github.com/ohmyzsh/ohmyzsh.git
Compare commits
2 Commits
aed462e702
...
4d2a0dce50
Author | SHA1 | Date |
---|---|---|
ThatXliner | 4d2a0dce50 | |
ThatXliner | 6bd4d716f3 |
|
@ -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