Fixing typo in alias.

This commit is contained in:
Josh Matthews 2013-02-26 22:55:18 -05:00
parent 691630a895
commit 56c46c4ed8

View File

@ -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" ]]