From d5b86467f1682900dceea26e1e2128669b501727 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 25 Aug 2023 23:18:46 +0200 Subject: Fix(hm/conf/lf/commands): Actually send cd command to lf instance --- home-manager/soispha/config/lf/commands/scripts/go_project_root | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-manager/soispha/config') diff --git a/home-manager/soispha/config/lf/commands/scripts/go_project_root b/home-manager/soispha/config/lf/commands/scripts/go_project_root index ce4081f3..555caaf9 100755 --- a/home-manager/soispha/config/lf/commands/scripts/go_project_root +++ b/home-manager/soispha/config/lf/commands/scripts/go_project_root @@ -5,7 +5,7 @@ SHELL_LIBRARY_VERSION="1.1.4" . %SHELL_LIBRARY_PATH flake_base_dir="$(search_flake_base_dir)"; if [ "$flake_base_dir" ]; then - cd "$flake_base_dir" || die "Bug: No base dir ($flake_base_dir)" + lf -remote "send $id cd $flake_base_dir" || die "Bug: No base dir ($flake_base_dir)" else die "Unable to locate base dir"; fi -- cgit 1.4.1