Change preview method in fscr script to bat

This commit is contained in:
Wiktor Zykubek 2020-05-26 18:12:35 +02:00
parent d67de5e056
commit 565b9b3ea4

View File

@ -2,4 +2,4 @@
# Menu with scripts to edit in editor.
find "$HOME"/.local/bin/scripts/ -type f | fzf --preview "cat {}" --height 25 --layout reverse | xargs -r "$EDITOR"
find "$HOME"/.local/bin/scripts/ -type f | fzf --preview "bat {}" --height 25 --layout reverse | xargs -r "$EDITOR"