Naive fixing of linter errors
This commit is contained in:
parent
21c40fa774
commit
ef73a11e51
27 changed files with 207 additions and 194 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/zsh
|
||||
# Long running processes should return time after they complete. Specified
|
||||
# in seconds.
|
||||
REPORTTIME=2
|
||||
TIMEFMT="%U user %S system %P cpu %*Es total"
|
||||
export REPORTTIME=2
|
||||
export TIMEFMT="%U user %S system %P cpu %*Es total"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue