ThePorgs / Exegol-images

Docker images of the Exegol project
https://exegol.readthedocs.io/
GNU General Public License v3.0
89 stars 69 forks source link

TERM variable added to zshrc file for tmux compatibility #314

Closed QU35T-code closed 8 months ago

QU35T-code commented 8 months ago

Description

zsh autosuggestion does not work if TERM is screen. By default, tmux uses screen. If a user imports his tmux.conf config file, he won't get the autosuggestion. This fix forces the value of the TERM variable.

Related issues

https://github.com/zsh-users/zsh-autosuggestions/issues/229