Skip to content

watch: Add an environment variable, WATCH_INTERVAL, to override the default 2s interval

Harry Wagstaff requested to merge awesomeclaw/procps:master into master

I like watch to update much more frequently than every 2s (usually at least every 0.5s) but I find it annoying to have to specify this each time I run watch. This introduces an environment variable, WATCH_INTERVAL, which overrides this default.

Merge request reports