diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-04 21:57:10 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-04-04 21:57:10 +0530 |
commit | 5db7f0e0671acfb9d03145d21a3645c80efc167e (patch) | |
tree | 8c669ddd845477550a6d73a7a98bf66e36c72f24 /.config/lf/preview | |
parent | 27a3e227315b1c8e33249d78cf4fd93e0738c886 (diff) |
copied BrodieRobertson's preview scripts
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 + |