Aggiustati parametri per tmux.

This commit is contained in:
Emiliano Vavassori 2023-05-01 01:42:17 +02:00
parent 84a0e55248
commit a7c0d9592d
4 changed files with 4 additions and 3 deletions

View file

@ -26,7 +26,7 @@ fi
# systems without the proper terminfo
: ${ZSH_TMUX_FIXTERM_WITH_256COLOR:=screen-256color}
# Set the configuration path
: ${ZSH_TMUX_CONFIG:=$HOME/.tmux.conf}
: ${ZSH_TMUX_CONFIG:=$HOME/.config/tmux/tmux.conf}
# Set -u option to support unicode
: ${ZSH_TMUX_UNICODE:=false}