Change preview method in fscr script to bat
This commit is contained in:
parent
60333aec77
commit
ac9c737b24
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
# Menu with scripts to edit in editor.
|
# 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user