summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-10-15 11:30:01 +0200
committerStefan Ritter <xeno@thehappy.de>2009-10-15 11:30:01 +0200
commitf018fe347183f6922692a788a8da49c459cd06e8 (patch)
treebb5c4dc8aa5c7c051633de8303df630ed640d956 /zshrc
parent6ef43740446a1e9199b515f5fa3b5f1dff3795d1 (diff)
parent46ebb9657dbf988532497f0de5a612bc1cb95f8c (diff)
Merge branch 'master' of fucktheforce.de:xeno
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index cba0eb9..4af88d7 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