mirror of
https://github.com/tmux-plugins/tmux-cpu.git
synced 2026-09-10 07:16:16 -04:00
increase cache time precision
This commit is contained in:
parent
dd6a8c4c2b
commit
3dcfbd23f4
|
|
@ -70,7 +70,7 @@ get_tmp_dir() {
|
|||
}
|
||||
|
||||
get_time() {
|
||||
date +%s
|
||||
date +%s.%N
|
||||
}
|
||||
|
||||
get_cache_val(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue