dimo414/bash-cache

Remove unnecessary command substitutions

dimo414 opened this issue · 0 comments

There are likely some command substitutions that incur unnecessary overhead, especially on the critical path. Similar to dimo414/ProfileGem@d6510ded + dimo414/prompt.gem@9764cdb3 we can probably swap some of these substitutions with printf -v-style variable assignments and see some speedups.