From 6c0b8075e70e8f3925b97a5294b71d189158b486 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Mon, 26 Oct 2015 20:25:37 +0100 Subject: [PATCH] Added comment --- zsh-autotmux/.zsh/99-autotmux.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh-autotmux/.zsh/99-autotmux.zsh b/zsh-autotmux/.zsh/99-autotmux.zsh index 3104bf4..0576aa6 100644 --- a/zsh-autotmux/.zsh/99-autotmux.zsh +++ b/zsh-autotmux/.zsh/99-autotmux.zsh @@ -1,3 +1,4 @@ +# Auto tmux if [ -z "$TMUX" ]; then if which tmux >/dev/null 2>&1; then tmux -q has-session && exec tmux attach-session -d || exec tmux new-session -c ${TMUX_SHELL:-/bin/sh}