Theme change for fzf
This commit is contained in:
parent
524845a460
commit
6817fb3d5f
|
@ -23,7 +23,7 @@ self: with self; ''
|
||||||
# search command list
|
# search command list
|
||||||
command_str=$(printf "%s\n" "''${command_history}" "''${command_list}" | \
|
command_str=$(printf "%s\n" "''${command_history}" "''${command_list}" | \
|
||||||
sed -E 's/^[0-9]+ (.+)$/\1/' | \
|
sed -E 's/^[0-9]+ (.+)$/\1/' | \
|
||||||
fzf --exact --no-extended --print-query --no-sort | \
|
fzf --color=16 --exact --no-extended --print-query --no-sort | \
|
||||||
tail -n1) || exit 1
|
tail -n1) || exit 1
|
||||||
|
|
||||||
if [ "$command_str" = "" ]; then
|
if [ "$command_str" = "" ]; then
|
||||||
|
|
Loading…
Reference in a new issue