diff options
author | Stefan Ritter <gideonstar@thehappy.de> | 2009-09-22 15:12:42 +0200 |
---|---|---|
committer | Stefan Ritter <gideonstar@thehappy.de> | 2009-09-22 15:12:42 +0200 |
commit | 6a0aef68286a04f06d709bc54ac55fb46ed75783 (patch) | |
tree | 91830df42a5e78d93dd80ad2704031f925b00fba /zshrc | |
parent | 59c9e95a00770c2da102bde16a87ff22428a60c3 (diff) |
Weekly commit
Diffstat (limited to '')
-rw-r--r-- | zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |