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.
rxvt ターミナルを起動した後、tmux を自動的に実行したいと考えています。
以前は tmux を呼び出して~/.zshrcこれを行っていましたが、端末を閉じたいときに ^D を 2 回押す必要があるという問題がありました。
~/.zshrc
動作するrxvtを起動した後、tmuxを使用rxvt -e tmuxして起動しようとしました。rxvt -e zsh -c tmuxこの方法の問題は、端末で 256 色がサポートされないことです。
rxvt -e tmux
rxvt -e zsh -c tmux
助言がありますか?