summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
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