summaryrefslogtreecommitdiff
path: root/mac/.config/lf/cleaner
diff options
context:
space:
mode:
Diffstat (limited to 'mac/.config/lf/cleaner')
-rwxr-xr-xmac/.config/lf/cleaner2
1 files changed, 1 insertions, 1 deletions
diff --git a/mac/.config/lf/cleaner b/mac/.config/lf/cleaner
index a5f68d5..0c8b566 100755
--- a/mac/.config/lf/cleaner
+++ b/mac/.config/lf/cleaner
@@ -1,5 +1,5 @@
#!/bin/sh
if command -v kitty >/dev/null 2>&1; then
- kitty +kitten icat --silent --stdin no --transfer-mode file --clear >/dev/tty
+ kitty +kitten icat --silent --stdin no --transfer-mode file --clear </dev/null >/dev/tty
fi