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