From 40a8a9806d0131e5e971326c0d2206605adb7ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Sun, 23 Jun 2024 22:28:04 +0200 Subject: [PATCH] Sun Jun 23 10:28:04 PM CEST 2024 --- home/lf/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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\"" }} '';