diff --git a/.zshrc b/.zshrc index 14cb34c..aa4e15e 100644 --- a/.zshrc +++ b/.zshrc @@ -81,3 +81,9 @@ test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh export PATH="/opt/homebrew/opt/sqlite/bin:$PATH" + +# tmux starten +if [ "$TMUX" = "" ]; then exec tmux; fi + +clear && udot +