mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-14 18:57:20 -07:00
Merge 8b977a3d55
into cd253f0229
This commit is contained in:
commit
e206e091ba
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ byobu_prompt_runtime() {
|
|||
[ "$hours" = "0" ] && hours= || hours="${hours}h "
|
||||
[ "$minutes" = "0" ] && minutes= || minutes="${minutes}m "
|
||||
str="${days}${hours}${minutes}${seconds}.${microseconds}s"
|
||||
printf "[%s] " "$str" 1>&2
|
||||
printf "[%s] " "$str"
|
||||
}
|
||||
# Requires Bash 4.x
|
||||
export PS0='$(printf "%s" ${EPOCHREALTIME/./} >"$BYOBU_RUN_DIR/timer.$$")'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue