File: environmental-variables.md

package info (click to toggle)
tmuxp 1.55.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,688 kB
  • sloc: python: 8,049; makefile: 202; sh: 14
file content (26 lines) | stat: -rw-r--r-- 589 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
(environmental-variables)=

# Environmental variables

(TMUXP_CONFIGDIR)=

## `TMUXP_CONFIGDIR`

Example: `TMUXP_CONFIGDIR=$HOME/.mytmuxpconfigdir tmuxp load cpython`

(LIBTMUX_TMUX_FORMAT_SEPARATOR)=

## `LIBTMUX_TMUX_FORMAT_SEPARATOR`

:::{seealso}

[`LIBTMUX_TMUX_FORMAT_SEPARATOR`](https://libtmux.git-pull.com/api.html#tmux-format-separator) in libtmux API.

:::

In rare circumstances the `tmux -F` separator under the hood may cause issues
building sessions. For this case you can override it here.

```console
$ env LIBTMUX_TMUX_FORMAT_SEPARATOR='__SEP__' tmuxp load [session]
```