diff options
Diffstat (limited to '.config/lf/preview')
-rwxr-xr-x[-rw-r--r--] | .config/lf/preview | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/preview b/.config/lf/preview index c90dba6..3069a06 100644..100755 --- a/.config/lf/preview +++ b/.config/lf/preview @@ -1,5 +1,4 @@ #!/bin/sh -# thank you brodie robertson for this # Clear the last preview (if any) $HOME/.config/lf/image clear @@ -46,3 +45,4 @@ case "$1" in ;; *) highlight --out-format ansi "$1" || cat "$1";; esac + |