summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@goliath.thehappy.de>2009-10-13 11:01:03 +0200
committerStefan Ritter <xeno@goliath.thehappy.de>2009-10-13 11:01:03 +0200
commit46ebb9657dbf988532497f0de5a612bc1cb95f8c (patch)
tree3c5d53b6697e13eb3f191ba37db5072d8131fa93 /zshrc
parentf988005066b8dd01ecd1b618859cc96c5f66ec9f (diff)
Weekly commit
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 7970dd4..a10394c 100644
--- a/zshrc
+++ b/zshrc
@@ -28,7 +28,7 @@ autoload zmv
alias c="clear && fortune"
-if [ "$HOST" = "galahad" ]; then
+if [ "$HOST" = "galahad" ] || [ "$HOST" = "goliath" ]; then
alias ls="ls --color=auto"
fi