summaryrefslogtreecommitdiff
path: root/plugins/tmux
diff options
context:
space:
mode:
authorJosh Matthews <jmatth@nbcs.rutgers.edu>2013-02-26 22:55:18 -0500
committerJosh Matthews <jmatth@nbcs.rutgers.edu>2013-02-26 22:55:18 -0500
commit56c46c4ed8339c66c671927c197eb4511b5a664c (patch)
tree967dce83671c9a29fde9b0e81f1bd73cea067355 /plugins/tmux
parent691630a89586c86dfafa32974c5c6dbaa1356c07 (diff)
downloadzsh-56c46c4ed8339c66c671927c197eb4511b5a664c.tar.gz
zsh-56c46c4ed8339c66c671927c197eb4511b5a664c.tar.bz2
zsh-56c46c4ed8339c66c671927c197eb4511b5a664c.zip
Fixing typo in alias.
Diffstat (limited to 'plugins/tmux')
-rw-r--r--plugins/tmux/tmux.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tmux/tmux.plugin.zsh b/plugins/tmux/tmux.plugin.zsh
index a7bf93dbd..982f87356 100644
--- a/plugins/tmux/tmux.plugin.zsh
+++ b/plugins/tmux/tmux.plugin.zsh
@@ -57,7 +57,7 @@ function zsh_tmux_plugin_run()
}
# 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.
if [[ ! -n "$TMUX" && "$ZSH_TMUX_AUTOSTART" == "true" ]]