diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-10-15 11:30:01 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-10-15 11:30:01 +0200 |
commit | f018fe347183f6922692a788a8da49c459cd06e8 (patch) | |
tree | bb5c4dc8aa5c7c051633de8303df630ed640d956 | |
parent | 6ef43740446a1e9199b515f5fa3b5f1dff3795d1 (diff) | |
parent | 46ebb9657dbf988532497f0de5a612bc1cb95f8c (diff) |
Merge branch 'master' of fucktheforce.de:xeno
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |