From 86b7aaefcfa4feef54432051d1d7315154272a46 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Thu, 2 Jul 2026 12:25:13 +0200 Subject: [PATCH] load local zshrc --- zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -