Skip to content

Releases: acomagu/fish-async-prompt

v1.3.0

05 Jan 12:09
b90e8a8

Choose a tag to compare

Merge pull request #93 from deivid-rodriguez/discard-stderr

Discard any output to stderr when building prompt

v1.2.0

13 Jan 05:33

Choose a tag to compare

tweak README

v1.1.0

29 Nov 03:12

Choose a tag to compare

Buffer the prompt string until the prompt function ends.

To prevent the blank prompt is shown while prompt function is running.

1.0.3

03 Nov 16:32
75c2a14

Choose a tag to compare

  • #18: Preserve the value of SHLVL in the prompt's environment
  • #21: Fix multi-line prompt is combined
  • #22: Make SHLVL correction can be disabled by configuration

1.0.2

09 Apr 14:46
50f0dca

Choose a tag to compare

  • Update Installation section on README.
  • Revert #8 because of a bug.

1.0.1

09 Apr 14:29
8fbd29e

Choose a tag to compare

Bug fix.

  • Fix the background job preventing shell exit(#8).

1.0.0

09 Apr 14:27
9ff5367

Choose a tag to compare

The first released version.