From 6fec392c46280e23be33817f689a9a82a27d68a7 Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Sun, 26 Jul 2015 20:12:44 -0400
Subject: start using the silver searcher's ag command

---
 zsh/.zsh/aliases.zsh | 1 +
 1 file changed, 1 insertion(+)

(limited to 'zsh')

diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh
index ae43051..cc852d5 100755
--- a/zsh/.zsh/aliases.zsh
+++ b/zsh/.zsh/aliases.zsh
@@ -35,6 +35,7 @@ alias gm="git merge"
 alias gr="git rebase"
 alias gp="git push"
 alias gpr="hub pull-request"
+alias ag="ag --color --color-line-number '0;35' --color-match '46;30' --color-path '4;36'"
 alias tree='tree -CAFa -I "CVS|*.*.package|.svn|.git|.hg|node_modules|bower_components" --dirsfirst'
 alias rock="ncmpcpp"
 alias mixer="alsamixer"
-- 
cgit v1.2.1