mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Improve fzf comment for cheat.sh script
This commit is contained in:
parent
ddefca9a3d
commit
f779fdd273
|
@ -29,7 +29,7 @@ else
|
||||||
fzf --bind=alt-enter:print-query \
|
fzf --bind=alt-enter:print-query \
|
||||||
--print-query \
|
--print-query \
|
||||||
--prompt="cheat.sh query>" \
|
--prompt="cheat.sh query>" \
|
||||||
--header="use alt-enter to enter non-listed query"\
|
--header="Use alt-enter to enter non-listed query. Empty queries are allowed."\
|
||||||
)"
|
)"
|
||||||
query=$(echo "$query" | tail -1)
|
query=$(echo "$query" | tail -1)
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue