install.sh does not include grc.zsh and grc.fish
Opened this issue · 3 comments
Is there a reason why grc.zsh
and grc.fish
are not included in the install.sh
script? Further it seams that not all executable are included in these integrations e.g. uptime is missing in grc.zsh
but also in the grc plugin from oh-my-fish.
Maybe relevant:
https://github.com/Homebrew/homebrew-core/blob/master/Formula/grc.rb
https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/grc
I think this is already fixed. grc.zsh
and grc.fish
are included in install.sh.
Your'e right. I found another inconsistency, the README.markdown
says that grc.bashrc
is at /etc/grc.bashrc
but install.sh
places the file under /etc/profile.d/grc.bashrc
.
Wouldn't it be better to place these file in the same location e.g. /etc/
or /usr/local/etc
on macOS?
But I think /etc/
ist not the right place for grc.bashrc
, grc.fish
and grc.zsh
as these file are not config files in contrast to /etc/grc.conf
Furthermore, grc.bashrc
, grc.fish
and grc.zsh
are not supporting the same commands.