diff --git a/lib/layout-helpers.sh b/lib/layout-helpers.sh index 593e165..c9a91ab 100644 --- a/lib/layout-helpers.sh +++ b/lib/layout-helpers.sh @@ -408,7 +408,7 @@ __go_to_window_or_session_path() { # local window_or_session_root=${window_root-$session_root} if [ -n "$target_path" ]; then - run_cmd "cd \"$target_path\"" - run_cmd "clear" + run_cmd " cd \"$target_path\"" + run_cmd " clear" fi }