lib: prune some things to load faster

This commit is contained in:
Steve Losh 2010-08-12 09:34:14 -04:00
commit 3e49476736
5 changed files with 8 additions and 26 deletions

View file

@ -37,3 +37,11 @@ alias serve_this='python -m SimpleHTTPServer'
## Highlight-aware less command
alias hl='less -R'
## Show history
alias history='fc -l 1'
## Color grep results
## Examples: http://rubyurl.com/ZXv
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='1;32'