diff options
| author | nexpspace <380097+nexpspace@users.noreply.github.com> | 2023-11-20 12:25:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 11:25:22 +0000 |
| commit | 6165c257ae56921bf44bfa7488fd5bf179ea0e61 (patch) | |
| tree | f340267950c1026ca53ec2dd1e1b1b79717d0a5c | |
| parent | c8e600f39779c6d2ef75b40304b5391a541c41df (diff) | |
| download | zsh-6165c257ae56921bf44bfa7488fd5bf179ea0e61.tar.gz zsh-6165c257ae56921bf44bfa7488fd5bf179ea0e61.tar.bz2 zsh-6165c257ae56921bf44bfa7488fd5bf179ea0e61.zip | |
fix(grc): source grc.zsh on gentoo (#12050)
Co-authored-by: mphi <mphi@norealmail.fdfe.de>
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
| -rw-r--r-- | plugins/grc/grc.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/grc/grc.plugin.zsh b/plugins/grc/grc.plugin.zsh index e036b8d89..55ffc1a1e 100644 --- a/plugins/grc/grc.plugin.zsh +++ b/plugins/grc/grc.plugin.zsh @@ -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 + /usr/share/grc/grc.zsh # Gentoo Linux (app-misc/grc) ) # verify the file is readable and source it |
