"...git@web.lueluesay.top:root/arm-trusted-firmware.git" did not exist on "9a207532f8216bf83fed0891fed9ed0bc72ca450"
Commit 56c46c4e authored by Josh Matthews's avatar Josh Matthews
Browse files

Fixing typo in alias.

parent 691630a8
...@@ -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" ]]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment