diff --git a/.tmux.conf b/.tmux.conf index 4bf0f28..9c09cc3 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -622,7 +622,7 @@ run -b '[ -z "#{window_active}" ] && [ -z "#{version}" ] && tmux set display-tim # # _uptime() { # case "$_uname_s" in -# *Darwin*) +# *Darwin*|*FreeBSD*) # boot=$(sysctl -q -n kern.boottime | awk -F'[ ,:]+' '{ print $4 }') # now=$(date +%s) # ;;