summaryrefslogtreecommitdiffstats
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@papin.credativ.lan>2009-12-10 13:47:53 +0100
committerStefan Ritter <xeno@papin.credativ.lan>2009-12-10 13:47:53 +0100
commit04c164e4f181df2a07b9789a6c7f084256d239b7 (patch)
treeee922fbffa5545892172d72ffcdf419a6099d3c5 /zsh/zshrc
parent281c8f147237ce74a09dc08944b671cefdf47f52 (diff)
Added papin to systems that should use colors
Diffstat (limited to '')
-rw-r--r--zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
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