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
Oh My Zsh
Commits
0cf871d5
Commit
0cf871d5
authored
Feb 26, 2013
by
Josh Matthews
Browse files
Adding comments to tmux plugin.
parent
778ae577
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/tmux/tmux.plugin.zsh
View file @
0cf871d5
...
...
@@ -27,8 +27,10 @@ if [[ "$ZSH_TMUX_FIXTERM" == "true" ]]
then
if
[[
-f
$HOME
/.tmux.conf
||
-h
$HOME
/.tmux.conf
]]
then
#use this when they have a ~/.tmux.conf
fixed_config
=
$zsh_tmux_plugin_path
/tmux.extra.conf
else
#use this when they don't have a ~/.tmux.conf
fixed_config
=
$zsh_tmux_plugin_path
/tmux.only.conf
fi
fi
...
...
@@ -45,6 +47,7 @@ function zsh_tmux_plugin_start()
then
\t
mux attach
||
tmux
-f
$fixed_config
new-session
[[
"
$ZSH_TMUX_AUTOQUIT
"
==
"true"
]]
&&
exit
# Just try to fix the TERM variable.
else
\t
mux
-f
$fixed_config
[[
"
$ZSH_TMUX_AUTOQUIT
"
==
"true"
]]
&&
exit
...
...
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