Tmux : Reformat client count.
This commit is contained in:
parent
eb722c2983
commit
199048865f
|
@ -121,7 +121,7 @@ function _tmux_client_count() {
|
|||
local session=${1}
|
||||
local count=$(tmux list-clients -t ${session} | wc -l)
|
||||
|
||||
[ ${count} -gt 1 ] && echo -n "(${count}) "
|
||||
[ ${count} -gt 1 ] && echo -n "+${count} "
|
||||
}
|
||||
|
||||
function _tmux_toggle_statusbar() {
|
||||
|
|
Loading…
Reference in a new issue