1 2 3 4 5 6 7
# Prints tmux session info. # Assuems that [ -n "$TMUX"]. run_segment() { tmux display-message -p '#S' return 0 }