From a33cf4f2876124423297feb73a867efa0f264282 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 16 Feb 2026 21:48:21 +0100 Subject: [PATCH] Reload the config live when we refresh --- bin/omarchy-refresh-tmux | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-refresh-tmux b/bin/omarchy-refresh-tmux index cda3e64d..c0f675fb 100755 --- a/bin/omarchy-refresh-tmux +++ b/bin/omarchy-refresh-tmux @@ -3,3 +3,4 @@ # Overwrite the user tmux config with the Omarchy default and reload tmux. omarchy-refresh-config tmux/tmux.conf +tmux source-file ~/.config/tmux/tmux.conf