From 04c164e4f181df2a07b9789a6c7f084256d239b7 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 10 Dec 2009 13:47:53 +0100 Subject: Added papin to systems that should use colors --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/zshrc') diff --git a/zsh/zshrc b/zsh/zshrc index c796a4e..5848768 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -29,7 +29,7 @@ autoload zmv alias c="clear && fortune" -if [ "$HOST" = "galahad" ] || [ "$HOST" = "goliath" ]; then +if [ "$HOST" = "galahad" ] || [ "$HOST" = "goliath" ] || [ "$HOST" = "papin" ]; then alias ls="ls --color=auto" fi -- cgit v1.2.3