mirror of
https://github.com/junegunn/fzf.git
synced 2026-02-05 09:27:51 +08:00
Ignore user-defined grep aliases
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user