mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Fixing typo in alias.
This commit is contained in:
parent
691630a895
commit
56c46c4ed8
1 changed files with 1 additions and 1 deletions
|
@ -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" ]]
|
||||||
|
|
Loading…
Reference in a new issue