diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-27 22:44:17 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-27 22:44:17 +0200 |
| commit | 40d94b997222dd8ffb17d6553bf3adeee75231c3 (patch) | |
| tree | f2fadbcc1dc6e95512846cf16ffba7b04450f834 /modules | |
| parent | modules/lf: Correctly carry the prefix of keybindings (diff) | |
| download | nixos-config-40d94b997222dd8ffb17d6553bf3adeee75231c3.zip | |
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/by-name/lf/lf/wrappers/ll.fish | 2 |
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 |
