Merge pull request 'Theme change for fzf' (#104) from fix/fzf-colors into main

Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/104
Reviewed-by: teutat3s <teutates@mailbox.org>
This commit is contained in:
Benjamin Bädorf 2022-08-13 21:16:31 +00:00
commit d01753bbfa

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