Why don't grc ebuild adds aliases to profile.d? I've added ebuild to my overlay which installs /etc/profile.d/grc.sh svn://svn.greenmice.info/gmos-linux/portage/gmos/app-misc/grc/ cat /etc/profile.d/grc.sh if [ -f /usr/bin/grc ]; then alias ping="grc --colour=auto ping" alias traceroute="grc --colour=auto traceroute" alias make="grc --colour=auto make" alias diff="grc --colour=auto diff" alias cvs="grc --colour=auto cvs" alias netstat="grc --colour=auto netstat" alias logc="grc cat" alias logt="grc tail" alias logh="grc head" fi Reproducible: Always
Thanks for sharing your aliases, sending your suggestion on to package maintainers...
Nice tip, but we won't be adding user configuration details like this to the system wide profile. Sorry.