From 165c508068b68a74281923886435504a99466735 Mon Sep 17 00:00:00 2001 From: Eragos Date: Sat, 19 Oct 2024 17:43:37 +0200 Subject: [PATCH] Update shell startup --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) 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 +