about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xhome-manager/soispha/config/lf/commands/scripts/fzf_jump3
1 files changed, 2 insertions, 1 deletions
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