Install this repository as pip package:
$ pip install git+https://github.com/popkirby/xonsh-pure
And then load in your .xonshrc
:
xontrib load pure
# Max execution time of a process before its run time is shown when it exits
$PURE_CMD_MAX_EXEC_TIME = 5
MIT