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 activate スクリプトをソースにしたいと思います。
出来ますか?default-command オプションは、追加コマンドではなく、シェルに関連しています。
私は次の仮定をしています:
bash
.bashrc
実行するコードを に追加します.bashrc。
if [[ $TMUX ]]; then # code here fi
tmuxこのコードは、既存のセッションにある新しいシェルに対してのみ実行されます。
tmux