diff --git a/.local/bin/scripts/fscr b/.local/bin/scripts/fscr index ab7b2f6..c2ab192 100755 --- a/.local/bin/scripts/fscr +++ b/.local/bin/scripts/fscr @@ -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"