Explorar o código

dont check colors (?)

Kevin Heinicke %!s(int64=8) %!d(string=hai) anos
pai
achega
103fe4e703
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      zshrc

+ 1 - 1
zshrc

@@ -4,7 +4,7 @@ source ~/.zsh_local
 
 
 # instantaneously start tmux, if available
 # instantaneously start tmux, if available
 if command -v tmux>/dev/null; then
 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
 fi
 
 
 # Source Prezto.
 # Source Prezto.