Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
45a4db33
Commit
45a4db33
authored
Feb 26, 2013
by
Josh Matthews
Browse files
Enabling autostart of tmux in tmux plugin.
parent
0cf871d5
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/tmux/tmux.plugin.zsh
View file @
45a4db33
...
@@ -55,3 +55,8 @@ function zsh_tmux_plugin_start()
...
@@ -55,3 +55,8 @@ function zsh_tmux_plugin_start()
}
}
alias
tmux
=
zsh_tmux_plugin_start
alias
tmux
=
zsh_tmux_plugin_start
if
[[
"
$ZSH_TMUX_AUTOSTART
"
==
"true"
]]
then
zsh_tmux_plugin_start
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment