Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我写了这个东西,每当在运行会话中创建一个新窗口时,我想获取一个 Python virtualenv 激活脚本。
可能吗?default-command 选项与 shell 有关,而不是附加命令。
我做出以下假设:
bash
.bashrc
将要运行的代码添加到您的.bashrc:
if [[ $TMUX ]]; then # code here fi
此代码仅适用于现有tmux会话中的新 shell。
tmux