From bf2cda093d21673e5bc95c502453d53d5386d120 Mon Sep 17 00:00:00 2001 From: commandline Date: Tue, 13 Oct 2015 11:36:37 -0400 Subject: [PATCH] Remove OS specific path --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 449a2a3..9157dd1 100644 --- a/vimrc +++ b/vimrc @@ -113,7 +113,7 @@ nmap :NERDTreeToggle nmap :NERDTreeFind " use the silver searcher with Unite's async file recursion -let g:unite_source_rec_async_command = ['/opt/boxen/homebrew/bin/ag', '--follow', '--nocolor', '--nogroup', '--hidden', '-g', ''] +let g:unite_source_rec_async_command = ['ag', '--follow', '--nocolor', '--nogroup', '--hidden', '-g', ''] " set default matcher in unite to fuzzy call unite#filters#matcher_default#use(['matcher_fuzzy']) " open Unite ready for recursively, fuzzy match files