aboutsummaryrefslogtreecommitdiff
path: root/env/.config/lf
diff options
context:
space:
mode:
Diffstat (limited to 'env/.config/lf')
-rwxr-xr-xenv/.config/lf/lfrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/env/.config/lf/lfrc b/env/.config/lf/lfrc
index 90a49fd..4dce155 100755
--- a/env/.config/lf/lfrc
+++ b/env/.config/lf/lfrc
@@ -1,6 +1,8 @@
# interpreter for shell commands
set shell sh
+set previewer ~/.local/bin/lfimg-sixel/preview
+
# set '-eu' options for shell commands
# These options are used to have safer shell commands. Option '-e' is used to
# exit on error and option '-u' is used to give error for unset variables.