Skip to content

Instantly share code, notes, and snippets.

@mutomasa
Created May 19, 2012 09:39
Show Gist options
  • Select an option

  • Save mutomasa/2730263 to your computer and use it in GitHub Desktop.

Select an option

Save mutomasa/2730263 to your computer and use it in GitHub Desktop.
displaying load average on status bar of tmux(Mac)
# I want /proc/loadavg...like linux :)
# from .tmux.conf
set -g status-right "#[fg=red,bold]#(uptime | cut -d ',' -f 3-) #[fg=blue,bold][%Y/%m/%d(%a)%H:%M]#[default]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment