mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2026-08-24 10:14:12 -05:00
18 lines
509 B
INI
18 lines
509 B
INI
StylesPath = .styles
|
|
|
|
MinAlertLevel = suggestion
|
|
|
|
Packages = https://github.com/tbhb/vale-ai-tells/releases/download/v1.4.0/ai-tells.zip, https://github.com/HeyItsGilbert/vale-agentic/releases/download/v2.0.0/agentic.zip
|
|
|
|
[*.{md}]
|
|
# ^ This section applies to only Markdown files.
|
|
#
|
|
# You can change (or add) file extensions here
|
|
# to apply these settings to other file types.
|
|
#
|
|
# For example, to apply these settings to both
|
|
# Markdown and reStructuredText:
|
|
#
|
|
# [*.{md,rst}]
|
|
BasedOnStyles = ai-tells, agentic
|