diff options
author | Stefan Ritter <xeno@papin.credativ.lan> | 2009-12-10 13:47:53 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@papin.credativ.lan> | 2009-12-10 13:47:53 +0100 |
commit | 04c164e4f181df2a07b9789a6c7f084256d239b7 (patch) | |
tree | ee922fbffa5545892172d72ffcdf419a6099d3c5 | |
parent | 281c8f147237ce74a09dc08944b671cefdf47f52 (diff) |
Added papin to systems that should use colors
-rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |