aboutsummaryrefslogtreecommitdiffstats
path: root/docs/package-lock.json
diff options
context:
space:
mode:
authorKoichi Murase <myoga.murase@gmail.com>2024-01-10 22:23:51 +0900
committerGitHub <noreply@github.com>2024-01-10 13:23:51 +0000
commit99f76ced50567338922292eb0617089940997b08 (patch)
tree290c981f7efbabbec33ed49a2d98042311adf536 /docs/package-lock.json
parentrefactor(shell): refactor and localize `HISTORY => __atuin_output` (#1535) (diff)
downloadatuin-99f76ced50567338922292eb0617089940997b08.zip
feat(bash): support high-resolution timing even without ble.sh (#1534)
* feat(bash): support high-resolution timing without blesh For the integration using bash-preexec, this measures the execution time of the command using EPOCHREALTIME without the support by ble.sh. This is not as accurate as the measurement by ble.sh as it contains also the processing time of the preexec and precmd hooks, but it is still free from the fork cost. * fix(shell): work around custom IFS for duration When a custom IFS is set by the user, the word splitting of ${duration:+--duration "$duration"} does not work as expected. We instead use the form "--duration=$duration" with the word splitting being disabled.
Diffstat (limited to 'docs/package-lock.json')
0 files changed, 0 insertions, 0 deletions