Fresh install cause issue
OS Linux Centos 8
tmux 2.7
$ cut -c3- ~/.tmux.conf | sh -s _apply_configuration
tmux: unknown option -- v
usage: source-file [-q] path
syntax error at -e line 1, near "!= ) "
syntax error at -e line 1, near ";}"
Execution of -e aborted due to compilation errors.
$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8
Hello @ww7 馃憢
Dammit. This is caused by the latest commit. I didn't anticipate source-file -v was for tmux >= 3.0.
Please use commit 57eeffcf0e5b356b9cda27aa44edbf2c849103eb until I fix it
@ww7 Can you please give the gh-331 a try? Please kill all tmux processes.
force pushed the branch, please make sure you're at d6f0f647dd68561ed010f83d8d226383aebfb805
works