diff --git a/tag-zsh/zsh/configs/tmux.zsh b/tag-zsh/zsh/configs/tmux.zsh
index 98a43860..35896603 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 ba1cc0c6..5f0ff92f 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