Skip to content

v4.3.0: Add flag to disable container detection

Compare
Choose a tag to compare
@edouard-lopez edouard-lopez released this 18 Oct 17:12
· 182 commits to master since this release

🐛 Remove unwanted character

  • fix/301 voidlinux container detection #302

🏴 Add flag to disable container detection

Let user disable container detection as detecting this is not an exact science.

Option Default Description
pure_enable_container_detection true false: Do not check if run in container (e.g. docker, podman, LXC/LXD, etc.).
⚠️ Detection is a bit [tricky across OSes][container-detection].

Enable feature

❯ set --universal pure_enable_container_detection true

⬇️ Installation

fisher install pure-fish/pure

👏 Thanks