diff --git a/.tmux.conf b/.tmux.conf index c6b5283..2d860ee 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -665,7 +665,7 @@ run -b '[ -z "#{window_active}" ] && [ -z "#{version}" ] && tmux set display-tim # *Darwin*) # tmux set -g @loadavg "$(sysctl -q -n vm.loadavg | cut -d' ' -f2)" # ;; -# *Linux*) +# *Linux*|*CYGWIN*) # tmux set -g @loadavg "$(cut -d' ' -f1 < /proc/loadavg)" # ;; # *OpenBSD*)