mirror of
1
0
Fork 0

made #{loadavg} work under Cygwin

This commit is contained in:
Gregory Pakosz 2020-05-01 13:46:03 +02:00
parent 7a64679c2d
commit cb2bd9f378
1 changed files with 1 additions and 1 deletions

View File

@ -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*)