aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-27 22:44:17 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-27 22:44:17 +0200
commit40d94b997222dd8ffb17d6553bf3adeee75231c3 (patch)
treef2fadbcc1dc6e95512846cf16ffba7b04450f834 /modules
parentmodules/lf: Correctly carry the prefix of keybindings (diff)
downloadnixos-config-40d94b997222dd8ffb17d6553bf3adeee75231c3.zip
modules/lf/ll: Make sure the passing along actually worksHEADprime
Diffstat (limited to '')
-rw-r--r--modules/by-name/lf/lf/wrappers/ll.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/lf/lf/wrappers/ll.fish b/modules/by-name/lf/lf/wrappers/ll.fish
index 8c87b243..6478d6f1 100644
--- a/modules/by-name/lf/lf/wrappers/ll.fish
+++ b/modules/by-name/lf/lf/wrappers/ll.fish
@@ -22,7 +22,7 @@ begin
set --erase SHOULD_SANDBOX_DIRENV
case '*'
# Just pass things along, that we don't know about
- printf "%s" "$cmd"
+ printf "%s\n\r" "$cmd" >&2
end
end