Browse Source

[Fix #551] Rename tmux auto-start session

master
Sorin Ionescu 11 years ago
parent
commit
240eecaddf
  1. 2
      modules/tmux/init.zsh

2
modules/tmux/init.zsh

@ -20,7 +20,7 @@ if [[ -z "$TMUX" && ( -z "$INSIDE_EMACS" || -z "$EMACS" || -z "$VIM" ) ]] && ( \ @@ -20,7 +20,7 @@ if [[ -z "$TMUX" && ( -z "$INSIDE_EMACS" || -z "$EMACS" || -z "$VIM" ) ]] && ( \
( [[ -n "$SSH_TTY" ]] && zstyle -t ':prezto:module:tmux:auto-start' remote ) ||
( [[ -z "$SSH_TTY" ]] && zstyle -t ':prezto:module:tmux:auto-start' local ) \
); then
tmux_session='#Prezto'
tmux_session='prezto'
if ! tmux has-session -t "$tmux_session" 2> /dev/null; then
# Ensure that tmux server is started.

Loading…
Cancel
Save