fixing typo
This commit is contained in:
parent
992cf340ae
commit
57d749b04a
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ function mt {
|
|||
if [ -d /usr/share/doc/fzf/examples ]; then
|
||||
source /usr/share/doc/fzf/examples/key-bindings.bash
|
||||
|
||||
if [-f /usr/share/doc/fzf/examples/completion.bash]; then
|
||||
if [ -f /usr/share/doc/fzf/examples/completion.bash ]; then
|
||||
source /usr/share/doc/fzf/examples/completion.bash
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue