mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 06:58:01 +00:00
Change the zstyle config name for #607
This commit is contained in:
parent
d02c2951b3
commit
6975b119b6
@ -31,7 +31,7 @@ if [[ -z "$TMUX" && -z "$EMACS" && -z "$VIM" ]] && ( \
|
||||
|
||||
# Create a 'prezto' session if no session has been defined in tmux.conf.
|
||||
if ! tmux has-session 2> /dev/null; then
|
||||
zstyle -s ':prezto:module:tmux' tmux_session 'session' || tmux_session='prezto'
|
||||
zstyle -s ':prezto:module:tmux:session' name tmux_session || tmux_session='prezto'
|
||||
tmux \
|
||||
new-session -d -s "$tmux_session" \; \
|
||||
set-option -t "$tmux_session" destroy-unattached off &> /dev/null
|
||||
|
@ -178,4 +178,4 @@ zstyle ':prezto:module:prompt' theme 'sorin'
|
||||
# zstyle ':prezto:module:tmux:iterm' integrate 'yes'
|
||||
|
||||
# Set the default session name:
|
||||
# zstyle ':prezto:module:tmux' session 'YOUR DEFAULT SESSION NAME'
|
||||
# zstyle ':prezto:module:tmux:session' name 'YOUR DEFAULT SESSION NAME'
|
||||
|
Loading…
Reference in New Issue
Block a user