diff --git a/tag-zsh/zsh/configs/tmux.zsh b/tag-zsh/zsh/configs/tmux.zsh index 98a4386..3589660 100644 --- a/tag-zsh/zsh/configs/tmux.zsh +++ b/tag-zsh/zsh/configs/tmux.zsh @@ -7,3 +7,5 @@ ensure_tmux_is_running() { tat fi } + +ensure_tmux_is_running diff --git a/tag-zsh/zshrc b/tag-zsh/zshrc index ba1cc0c..5f0ff92 100644 --- a/tag-zsh/zshrc +++ b/tag-zsh/zshrc @@ -27,9 +27,8 @@ _load_settings() { fi fi } -_load_settings "$HOME/.zsh/configs" -ensure_tmux_is_running +_load_settings "$HOME/.zsh/configs" # Local config [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local