feat(c5): multiplexer session logging (tmux + zellij) #53

Merged
rootiest merged 6 commits from feat/tmux-logging into main 2026-06-16 05:30:03 +00:00
Showing only changes of commit 764f2253f6 - Show all commits
+1 -1
View File
@@ -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"