Theme change for fzf

This commit is contained in:
vlalentim 2022-08-13 20:05:51 +02:00
parent 524845a460
commit 6817fb3d5f

View file

@ -23,7 +23,7 @@ self: with self; ''
# search command list
command_str=$(printf "%s\n" "''${command_history}" "''${command_list}" | \
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
if [ "$command_str" = "" ]; then