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