From 5acc5f6e28314cc8de4b5b818db28bccfdb90d4e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 11 Jan 2007 16:53:44 +0000 Subject: [PATCH] * Finally. svn path=/nixos/trunk/; revision=7639 --- system/activate-configuration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/system/activate-configuration.sh b/system/activate-configuration.sh index 266f1111fc7..b29bedecda1 100644 --- a/system/activate-configuration.sh +++ b/system/activate-configuration.sh @@ -110,6 +110,7 @@ source $(dirname $(readlink -f $(type -tp nix-env)))/../etc/profile.d/nix.sh alias ls="ls --color=tty" alias ll="ls -l" +alias which="type -p" if test -f /etc/profile.local; then source /etc/profile.local