index
:
tmux
master
TMUX configuration
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
segments
/
utc_time.sh
blob: 4da6149ef19e0765c9593415deb689bfc1b1ee2c (
plain
)
1
2
3
4
5
6
# Prints the current time in UTC.
run_segment
()
{
date
-u
+
"%H:%M"
return
0
}