diff options
| author | Koichi Murase <myoga.murase@gmail.com> | 2024-01-10 22:23:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-10 13:23:51 +0000 |
| commit | 99f76ced50567338922292eb0617089940997b08 (patch) | |
| tree | 290c981f7efbabbec33ed49a2d98042311adf536 /docs/ru/server_ru.md | |
| parent | refactor(shell): refactor and localize `HISTORY => __atuin_output` (#1535) (diff) | |
| download | atuin-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/ru/server_ru.md')
0 files changed, 0 insertions, 0 deletions
