.tmux: Config not fully loading

Created on 18 Mar 2020  路  4Comments  路  Source: gpakosz/.tmux

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
bug tmux limitation

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fwarmuth picture fwarmuth  路  5Comments

eluft84 picture eluft84  路  8Comments

haggen picture haggen  路  6Comments

cagmz picture cagmz  路  9Comments

billowqiu picture billowqiu  路  8Comments