zellij icon indicating copy to clipboard operation
zellij copied to clipboard

Support for relative path or env var in layout CWD

Open t18n opened this issue 2 years ago • 1 comments
trafficstars

I have multiple computers and I wish that I can sync all the layouts. However, the one thing that prevent me from doing that is that cwd only supports absolute path.

# Computer A
layout {
    tab name="Dotfiles" cwd="/Users/User-A/dotfiles" {
             # pane config
        }
    }
}

# Computer B
layout {
    tab name="Dotfiles" cwd="/Users/User-B/dotfiles" {
             # pane config
    }
}

I would like to request support for relative path or env to make it easier to sync with dotfiles.

t18n avatar May 21 '23 09:05 t18n

I think this is duplicate of #2035

scabala avatar May 29 '23 20:05 scabala

@scabala think so too. . @t18n, could you please review and close/update the ticket?

Nicoretti avatar Jan 18 '24 20:01 Nicoretti

Duplicates https://github.com/zellij-org/zellij/issues/2035

t18n avatar Jan 18 '24 21:01 t18n