ソースを参照

dont check colors (?)

Kevin Heinicke 8 年 前
コミット
103fe4e703
1 ファイル変更1 行追加1 行削除
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -4,7 +4,7 @@ source ~/.zsh_local
 
 # instantaneously start tmux, if available
 if command -v tmux>/dev/null; then
-  [[ ! $TERM =~ screen ]] && [ -z $TMUX ] && exec tmux new-session -A -s main
+  [ -z $TMUX ] && exec tmux new-session -A -s main
 fi
 
 # Source Prezto.