Ch09: fzf script updated

No more need for completion

Signed-off-by: Osamu Aoki <osamu@debian.org>
This commit is contained in:
Osamu Aoki 2024-03-14 16:07:45 +09:00
parent a4979149f0
commit b260db7cfc

View file

@ -213,10 +213,6 @@ $ vim cleanedfile</screen>
<screen>FZF_KEYBINDINGS_PATH=/usr/share/doc/fzf/examples/key-bindings.bash
if [ -f $FZF_KEYBINDINGS_PATH ]; then
. $FZF_KEYBINDINGS_PATH
fi
FZF_COMPLETION_PATH=/usr/share/doc/fzf/examples/completion.bash
if [ -f $FZF_COMPLETION_PATH ]; then
. $FZF_COMPLETION_PATH
fi</screen>
<para>For example:</para>
<itemizedlist>