Skip to content

Paths in windows' start_directory should be considered relative to the session's start_directory #11

Closed
@stratoukos

Description

@stratoukos

If a relative path is specified in a window's start_directory, it should be considered relative to the session's. For example, in the following config:

session_name: test
start_directory: ~/projects/test
windows:
  - start_directory: dir/inside/project
  - panes:
    - pwd

the pane's pwd should be "~/projects/test/dir/inside/project". Right now it is "/".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions