Add handy `rpcgen' alias in `/etc/profile'.
svn path=/nixos/trunk/; revision=11013
This commit is contained in:
parent
9650b0859e
commit
37eaa53007
|
@ -91,6 +91,9 @@ alias ls="ls --color=tty"
|
||||||
alias ll="ls -l"
|
alias ll="ls -l"
|
||||||
alias which="type -p"
|
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.
|
# Read system-wide modifications.
|
||||||
if test -f /etc/profile.local; then
|
if test -f /etc/profile.local; then
|
||||||
|
|
Loading…
Reference in New Issue