pure-fish / pure

Pretty, minimal, and fast prompt for Fish shell inspired by sindresorhus/pure
https://pure-fish.github.io/pure/
MIT License
1.23k stars 132 forks source link

mod #351

Closed aayushgakhar-winzo closed 1 month ago

aayushgakhar-winzo commented 1 month ago

related: fixes #xxx

How to test pre-release?

:skull_and_crossbones: Feature can be unstable and break your prompt!

fisher install pure-fish/pure@feat/foo_feature # branch name
set --universal pure_enable_foo_feature true

First contribution?

Check the :+1: contributing guide for code and naming conventions.

Specs

New config in conf.d/pure.fish

_pure_set_default pure_enable_foo_feature true
_pure_set_default pure_symbol_foo_feature "🤯"

Documentation

Usage

❯ set --universal pure_enable_feature_foo true

Acceptance Checks