if-shell不执行任何一个分支

时间:2019-01-02 18:45:25

标签: tmux

当尝试遵循How to write if statement in .tmux.conf to set different options for different tmux versions?中描述的示例来更改我的tmux conf(取决于我正在运行的tmux版本)时,我发现似乎没有一个分支可以执行:

if-shell -b '[ "$(echo "$TMUX_VERSION < 2.4" | bc)" = 1 ]' \
    "run-shell \"tmux setenv -g HERE \"here\" \"" \
    "run-shell \"tmux setenv -g HERE \"there\" \""

启动时,$HERE保持不变。我在这里缺少语法吗?

0 个答案:

没有答案