LoginSignup
8
7

More than 5 years have passed since last update.

tmux で automatic-rename off が効かない場合の対処

Last updated at Posted at 2012-10-14

.tmux.conf に setw -g automatic-rename off を記述してるにも関わらず勝手にリネームされてしまう現象が起こった。どうやら zsh の設定とコンフリクトしているようで .zshrc に以下の設定を追記したら解決した。

DISABLE_AUTO_TITLE=true

参考リンク

8
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
7