diff --git a/.tmux.conf b/.tmux.conf index 99c01e8..4327d05 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -633,7 +633,7 @@ run -b '[ -z "#{session_id}" ] && [ -z "#{version}" ] && tmux set display-time 3 # # _loadavg() { # case $(uname -s) in -# *Darwin*) +# *Darwin*|*FreeBSD*) # tmux set -g @loadavg "$(sysctl -q -n vm.loadavg | cut -d' ' -f2)" # ;; # *Linux*)