diff options
-rwxr-xr-x | home-manager/soispha/config/lf/commands/scripts/go_project_root | 2 |
1 files changed, 1 insertions, 1 deletions
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 |