




















4 Kobayashi 2019 年 1 月 10 日兄弟,既然清除是 resurrect 问题,就去找 resurrect 啊…… https://github.com/tmux-plugins/tmux-resurrect/issues/94 如上 issue 中所说,此为 tmux-resurrect 一个 bug. resurrect 恢复时默认执行 default-command 内容,default-command 未设置时回落到 default-shell. 但与 tmux 不同,tmux-resurrect 不会将 default-shell 解释为 login shell,但是 tmux 却默认使用 default-shell 作为 login shell,问题就在这儿。有人提交了 pr 但是还未被合并。 覆写 default-command 或 default-shell 为 /bin/bash -l 应该可行。(这个临时解决方案这个 issue 下也有人给出) |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。