Skip to content

Commit

Permalink
uptime works on mac and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasritz committed Sep 25, 2011
1 parent f2a2875 commit fb4e78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/tmux.conf
Expand Up @@ -45,7 +45,7 @@ set -g status-bg black
set -g status-fg white
set-window-option -g window-status-current-bg blue
set-window-option -g window-status-current-fg white
set -g status-right '"#T" #(uptime | cut -d "," -f 4- | cut -d " " -f 4-)'
set -g status-right '"#T" #(uptime|perl -p -e "s/.*load averages?: //")'

# Set window notifications
setw -g monitor-activity on
Expand Down

0 comments on commit fb4e78e

Please sign in to comment.