Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f484549

Browse files
committedNov 6, 2024
fix offline icon
1 parent a88973a commit f484549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dot_tmux.conf.settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ source -q ~/.tmux.conf_local
535535
# }
536536
#
537537
# online() {
538-
# ping -c 1 1.1.1.1 >/dev/null 2>&1 && printf '' || printf ''
538+
# ping -c 1 1.1.1.1 >/dev/null 2>&1 && printf '' || printf ''
539539
# }
540540
#
541541
# tmux_cpu_mem() {

0 commit comments

Comments
 (0)
Please sign in to comment.