Skip to content

v4.4.2: Restore fish_prompt to default content after `_pure_uninstall` run #316

Compare
Choose a tag to compare
@edouard-lopez edouard-lopez released this 29 Jun 11:50
· 155 commits to master since this release

🐛 Restore fish_prompt to default content after _pure_uninstall run

pure-related variables were erased, but the fish_prompt file was still calling pure functions and throwing a lot of errors.

To mitigate this, we replace fish_prompt.fish from the user ($__fish_config_dir) by the default one (__fish_data_dir)

👏 Thanks

  • @andreysoktoev for raising #314

⬇️ Installation

fisher install pure-fish/pure

What's Changed

  • fix: restore fish_prompt to default content after _pure_uninstall run by @edouard-lopez in #316

Full Changelog: v4.4.1...v4.4.2