load local zshrc

This commit is contained in:
quenousimporte 2026-07-02 12:25:13 +02:00
parent d512bc2027
commit 86b7aaefcf
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
source .zshrc.local
# Auto-launch tmux
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
# If no tmux server running, start one (continuum will auto-restore)
@ -9,4 +11,3 @@ if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
fi
fi