Commit f104d162 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #4455 from swvjeff/master

Fix 'ack-grep' bug for non-ubuntu users
parents 920ab071 2d9df446
...@@ -22,7 +22,7 @@ alias _='sudo' ...@@ -22,7 +22,7 @@ alias _='sudo'
alias please='sudo' alias please='sudo'
## more intelligent acking for ubuntu users ## more intelligent acking for ubuntu users
if which ack-grep > /dev/null; if which ack-grep &> /dev/null;
then then
alias afind='ack-grep -il' alias afind='ack-grep -il'
else else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment