# io.github.libtmux.Environment.Environment.remove

- **Module:** io.github.libtmux.Environment.Environment
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-java/blob/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/Environment.java#L161
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-environment-environment-remove/

```
io.github.libtmux.Environment.Environment.remove(name: String) -> void
```

Tells processes started after this not to inherit the name.

Different from {@link #unset}: the name is remembered, as removed, and tmux subtracts it
from what a new process is given rather than simply not adding it.
