Change preview method in fscr script to bat
This commit is contained in:
parent
d67de5e056
commit
565b9b3ea4
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user