zsh: Move call to ensure_tmux_is_running
This commit is contained in:
parent
171f251d89
commit
d258d9db8b
|
@ -7,3 +7,5 @@ ensure_tmux_is_running() {
|
|||
tat
|
||||
fi
|
||||
}
|
||||
|
||||
ensure_tmux_is_running
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue