summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorShawn M Moore <sartak@gmail.com>2007-09-09 14:09:38 -0500
committerShawn M Moore <sartak@gmail.com>2007-09-09 14:09:38 -0500
commit75dcf1bb3c361ca27b9295741445ed31b130290c (patch)
tree030f46de32a3ae98db95e27cb3f179c87c8cdd20 /zshrc
parent0f4f918b32333622247e8c851868f34a07bc430d (diff)
downloadconf-75dcf1bb3c361ca27b9295741445ed31b130290c.tar.gz
conf-75dcf1bb3c361ca27b9295741445ed31b130290c.zip
Move starcraft,ll, add ack/grep colors
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc8
1 files changed, 5 insertions, 3 deletions
diff --git a/zshrc b/zshrc
index 74402a8..e4ea9d3 100644
--- a/zshrc
+++ b/zshrc
@@ -51,9 +51,10 @@ alias man="man -P vimmanpager"
# }}}
# add color to some things {{{
alias ls='ls -G'
-alias ll='ls -lhA'
+alias grep='grep --color=auto'
alias ack='ack --color'
-# see also ~/.zshenv
+export ACK_COLOR_FILENAME=clear
+export ACK_COLOR_MATCH=red
# }}}
# telnet services (nao, termcast, etc) {{{
alias nao="(TERM='rxvt'; telnet nethack.alt.org)"
@@ -71,9 +72,10 @@ alias rax="ssh sartak.org"
alias home='ssh $HOMEIP'
# }}}
# shortcuts {{{
-alias starcraft="cd /home/sartak/.wine/drive_c/Program\ Files/Starcraft && sudo wine StarCraft.exe"
alias i='sudo apt-get install'
alias ci='sudo cpan -i'
+alias ll='ls -lhA'
+alias starcraft="cd /home/sartak/.wine/drive_c/Program\ Files/Starcraft && sudo wine StarCraft.exe"
# }}}
# darcs shortcuts {{{
alias dwn="darcs whatsnew"