mirror of https://github.com/ohmyzsh/ohmyzsh.git
Compare commits
3 Commits
84a36e2cff
...
4d2a0dce50
Author | SHA1 | Date |
---|---|---|
|
4d2a0dce50 | |
|
7a3695aadf | |
|
6bd4d716f3 |
|
@ -5,6 +5,7 @@ files=(
|
|||
/etc/grc.zsh # default
|
||||
/usr/local/etc/grc.zsh # homebrew darwin-x64
|
||||
/opt/homebrew/etc/grc.zsh # homebrew darwin-arm64
|
||||
/home/linuxbrew/.linuxbrew/etc/grc.zsh # linuxbrew
|
||||
/usr/share/grc/grc.zsh # Gentoo Linux (app-misc/grc)
|
||||
)
|
||||
|
||||
|
|
|
@ -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