diff --git a/home/lf/default.nix b/home/lf/default.nix index a53efd6..e38f2eb 100644 --- a/home/lf/default.nix +++ b/home/lf/default.nix @@ -27,8 +27,7 @@ commands = { jump = '' ''${{ - source ${../zsh/files/functions.zsh} - res=$(zsh -c " && find_global d") + res=$(zsh -c "source ${../zsh/files/functions.zsh} && find_global d") lf -remote "send $id cd \"$res\"" }} '';