zsh: Move call to ensure_tmux_is_running

This commit is contained in:
Oliver Davies 2020-05-13 00:58:34 +01:00
parent 171f251d89
commit d258d9db8b
2 changed files with 3 additions and 2 deletions

View file

@ -7,3 +7,5 @@ ensure_tmux_is_running() {
tat tat
fi fi
} }
ensure_tmux_is_running

View file

@ -27,9 +27,8 @@ _load_settings() {
fi fi
fi fi
} }
_load_settings "$HOME/.zsh/configs"
ensure_tmux_is_running _load_settings "$HOME/.zsh/configs"
# Local config # Local config
[[ -f ~/.zshrc.local ]] && source ~/.zshrc.local [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local