Add handy rpcgen' alias in /etc/profile'.

svn path=/nixos/trunk/; revision=11013
This commit is contained in:
Ludovic Courtès 2008-03-07 13:06:40 +00:00
parent 9650b0859e
commit 37eaa53007

@ -91,6 +91,9 @@ alias ls="ls --color=tty"
alias ll="ls -l"
alias which="type -p"
# Help `rpcgen' find `cpp', assuming it's installed in the user's environment.
alias rpcgen="rpcgen -Y $HOME/.nix-profile/bin"
# Read system-wide modifications.
if test -f /etc/profile.local; then