Skip to content

v1.9.0: Prepare for fish 3.x

Choose a tag to compare

@edouard-lopez edouard-lopez released this 10 Dec 00:15
· 971 commits to master since this release
7c8323f
  • ⚠️ require fish ≥2.4
  • #86 fixes a problem when uninstalling pure where the function pre_prompt is still defined, by @jorgebucaran
  • #89 document workaround for Oh My Fish users, by @benedictleejh
  • #91 Fix compatibility with fish 3: ^ to redirect stderr is deprecated, prefer 2>, by @faho