From bde0dbea224d4a88891e5da55b6cd39af02ef0d0 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 19 Aug 2023 23:06:38 +0200 Subject: Fix(hm/conf/lf/commands): Correctly quote the id string in 'fzf_jump' cmd --- home-manager/soispha/config/lf/commands/scripts/fzf_jump | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home-manager/soispha/config/lf/commands/scripts') diff --git a/home-manager/soispha/config/lf/commands/scripts/fzf_jump b/home-manager/soispha/config/lf/commands/scripts/fzf_jump index c05216f0..0e53d7ca 100755 --- a/home-manager/soispha/config/lf/commands/scripts/fzf_jump +++ b/home-manager/soispha/config/lf/commands/scripts/fzf_jump @@ -11,5 +11,6 @@ elif [ -d "$res" ]; then cmd="cd" fi -lf -remote "send '$id' '$cmd' '$res'" + +lf -remote "send $id $cmd \"$res\"" # vim: ft=sh -- cgit 1.4.1