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
56c46c4e
Commit
56c46c4e
authored
Feb 26, 2013
by
Josh Matthews
Browse files
Fixing typo in alias.
parent
691630a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/tmux/tmux.plugin.zsh
View file @
56c46c4e
...
@@ -57,7 +57,7 @@ function zsh_tmux_plugin_run()
...
@@ -57,7 +57,7 @@ function zsh_tmux_plugin_run()
}
}
# Alias tmux to our wrapper function.
# Alias tmux to our wrapper function.
alias
tmux
=
zsh_tmux_plugin_
start
alias
tmux
=
zsh_tmux_plugin_
run
# Autostart if not already in tmux and enabled.
# Autostart if not already in tmux and enabled.
if
[[
!
-n
"
$TMUX
"
&&
"
$ZSH_TMUX_AUTOSTART
"
==
"true"
]]
if
[[
!
-n
"
$TMUX
"
&&
"
$ZSH_TMUX_AUTOSTART
"
==
"true"
]]
...
...
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