Open
Description
I'm using junegunn/fzf-git.sh in my rc. So automatically loading it by brush is making errors.
> ./result/bin/brush --version
brush 0.2.14 (cargo:0.2.14)
> ./result/bin/brush --noprofile
UNIMPLEMENTED: pwd with -P or -L
error: unexpected argument '"\er": redraw-current-line' found
Usage: bind [OPTIONS]
For more information, try '--help'.
error: unexpected argument '"\C-g\C-f": "`_fzf_git_files`\e\C-e\er"' found
Usage: bind [OPTIONS]
For more information, try '--help'.
error: unexpected argument '"\C-gf": "`_fzf_git_files`\e\C-e\er"' found
...
It does not appear when I run with --norc
> ./result/bin/brush --norc
brush$