cdd - screen の別WINDOWのカレントディレクトリに移動する zsh スクリプト - 川o・-・)<2nd life 上記を tmux で行いたかったので cdd に二行ほど加えてみました。 diff cdd.org cdd.new 44a45 > export WINDOW=`tmux respawn-window | cut -d ':' -f 3` 47c48 < if [ "$STY" != "" ]; then --- > if [ "$STY" != "" ] || [ "$TMUX" != "" ] ; then http://github.com/cooldaemon/myhome/blob/master/bin/cdd .zshrc の中で screen 用にゴニョゴニョ行ってる箇所は、これで全て tmux で動作するようになりました。 具体的には、下記のあ