From 75dcf1bb3c361ca27b9295741445ed31b130290c Mon Sep 17 00:00:00 2001 From: Shawn M Moore Date: Sun, 9 Sep 2007 14:09:38 -0500 Subject: Move starcraft,ll, add ack/grep colors --- zshrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'zshrc') 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" -- cgit v1.2.3-54-g00ecf