ag+ becomes search
This commit is contained in:
parent
c556b9d1ee
commit
1811d3351c
2 changed files with 5 additions and 1 deletions
|
|
@ -10,3 +10,7 @@ if [ ! "$(which ag)" ]; then
|
|||
fi
|
||||
|
||||
ag --nocolor --noheading "$@"
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo 'No results.'
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue