From bd58be8fda9eb3a2cdebd1a82d5bc17d1cac0518 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 13 Jan 2026 14:01:40 -0600 Subject: [PATCH] Remove dot character from copy-pasting terminal output --- tmux/list-processes-running-across-all-sessions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/list-processes-running-across-all-sessions.md b/tmux/list-processes-running-across-all-sessions.md index 5437686..2592ef9 100644 --- a/tmux/list-processes-running-across-all-sessions.md +++ b/tmux/list-processes-running-across-all-sessions.md @@ -30,7 +30,7 @@ to the `column` command to improve the formatting a little: ```bash ❯ tmux list-panes -a -F "#{session_name}:#{window_index}.#{pane_index} #{pane_pid} #{pane_current_command}" \ -∙ | column -t + | column -t PLP:1.1 62364 zsh TIL:1.1 62345 nvim TIL:1.2 65838 task