From 764f2253f690462a0205374be442a5eb05e7e190 Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 16 Jun 2026 00:53:44 -0400 Subject: [PATCH] fix(c5): update sync_logging function description to mention tmux --- functions/__fish_config_sync_logging.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/__fish_config_sync_logging.fish b/functions/__fish_config_sync_logging.fish index 70fff7f..c500d95 100644 --- a/functions/__fish_config_sync_logging.fish +++ b/functions/__fish_config_sync_logging.fish @@ -19,7 +19,7 @@ # # EXAMPLE # __fish_config_sync_logging -function __fish_config_sync_logging --description 'Sync C5 logging state: sentinel file and paru/yay wrappers' +function __fish_config_sync_logging --description 'Sync C5 logging state: sentinel file, paru/yay wrappers, and tmux pipe-pane' set -l config_home $XDG_CONFIG_HOME if test -z "$config_home" set config_home "$HOME/.config"