Update shell startup

This commit is contained in:
2024-10-19 17:43:37 +02:00
parent 80cadf8e58
commit 165c508068

6
.zshrc
View File

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