From ce53b9b2a53624825e51d7b5ddcc373fc70ea0bd Mon Sep 17 00:00:00 2001 From: Miles Whittaker Date: Sun, 14 Sep 2014 00:53:53 -0400 Subject: Ignore user-defined grep aliases --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c5e345af..679c8f19 100644 --- a/README.md +++ b/README.md @@ -476,7 +476,7 @@ speed of the traversal. ```sh # Copy the original fzf function to __fzf declare -f __fzf > /dev/null || - eval "$(echo "__fzf() {"; declare -f fzf | grep -v '^{' | tail -n +2)" + eval "$(echo "__fzf() {"; declare -f fzf | \grep -v '^{' | tail -n +2)" # Use git ls-tree when possible fzf() { -- cgit v1.2.3