【課題】tmuxでシェルが2重に起動されている

tmuxの画面分割時にtcshが2重で起動されているっぽい。

以下、tcshの設定ファイルにechoでファイル名出したときのログ。

/etc/csh.cshrc
~/.cshrc
/etc/csh.cshrc
~/.cshrc
> ps ax  | grep tcsh
36491 v0  I     0:00.06 -tcsh (tcsh)
36506  0  Is    0:00.02 tcsh -c /bin/tcsh
36546  0  S     0:00.03 /bin/tcsh
37804  0  R+    0:00.00 grep tcsh

あーナニコレキモチワルい。

set -g default-command /bin/tcshが原因なのか、tmux自体そういうものなのか。

いつか確認しよ。