From 236982f5f4b79c4c99c8730c53deb641661a3df2 Mon Sep 17 00:00:00 2001 From: Xavier Cambar Date: Thu, 27 Mar 2014 00:02:04 +0100 Subject: [PATCH] Removes useless start-server --- modules/tmux/init.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/tmux/init.zsh b/modules/tmux/init.zsh index 327ce384..90c91949 100644 --- a/modules/tmux/init.zsh +++ b/modules/tmux/init.zsh @@ -28,7 +28,6 @@ if [[ -z "$TMUX" && -z "$EMACS" && -z "$VIM" ]] && ( \ # and no session has been created. if ! tmux has-session 2> /dev/null; then tmux \ - start-server \; \ new-session -d -s "$tmux_session" \; \ set-option -t "$tmux_session" destroy-unattached off &> /dev/null fi