From 25b47157e3346290bfaec11c27b1f57ee842aebe Mon Sep 17 00:00:00 2001 From: Andy Ferra Date: Tue, 29 Mar 2011 17:26:57 -0700 Subject: [PATCH] added some more handiness, removed some dumb stuff --- custom/aliases.zsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/custom/aliases.zsh b/custom/aliases.zsh index a94c7eda8..d846cfb88 100644 --- a/custom/aliases.zsh +++ b/custom/aliases.zsh @@ -1,9 +1,10 @@ alias be='bundle exec' alias -g rs='rspec -cf d' -alias fresh_coffee='coffee -wc -o public/javascripts app/coffee' -alias thog='thin start -d; tail -f log/development.log' alias e='mvim' alias g='git' +alias le='less -r' +alias gr='grep -C 1 --color=always -rin' +alias coupa='coffee -wc -o public/javascripts app/coffee' alias ll='ls -lFh' alias lll='ls -laFh'