diff --git a/zsh/.zshrc b/zsh/.zshrc index b96746e..ae2892a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 -