Commit 45a4db33 authored by Josh Matthews's avatar Josh Matthews
Browse files

Enabling autostart of tmux in tmux plugin.

parent 0cf871d5
...@@ -55,3 +55,8 @@ function zsh_tmux_plugin_start() ...@@ -55,3 +55,8 @@ function zsh_tmux_plugin_start()
} }
alias tmux=zsh_tmux_plugin_start alias tmux=zsh_tmux_plugin_start
if [[ "$ZSH_TMUX_AUTOSTART" == "true" ]]
then
zsh_tmux_plugin_start
fi
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