summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <gideonstar@thehappy.de>2009-09-22 15:12:42 +0200
committerStefan Ritter <gideonstar@thehappy.de>2009-09-22 15:12:42 +0200
commit6a0aef68286a04f06d709bc54ac55fb46ed75783 (patch)
tree91830df42a5e78d93dd80ad2704031f925b00fba /zshrc
parent59c9e95a00770c2da102bde16a87ff22428a60c3 (diff)
Weekly commit
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 964e518..7fe4d71 100644
--- a/zshrc
+++ b/zshrc
@@ -27,6 +27,11 @@ autoload -U compinit; compinit
autoload zmv
alias c="clear && fortune"
+
+if [ "$HOST" = "galahad" ]; then
+ alias ls="ls --color=auto"
+fi
+
alias l="ls -la"
alias mkdir="mkdir -p"
alias rmrf="rm -rf"