oh-my-posh

The most customisable and low-latency cross platform/shell prompt renderer

MIT License

Stars
14.4K
Committers
399

Bot releases are hidden (Show)

oh-my-posh - v11.3.3

Published by JanDeDobbeleer about 2 years ago

Bug Fixes

  • python: do not validate empty env (266fc56)

Reverts

  • language: do not error when not installed (a7a59b8), closes #2880
oh-my-posh - v11.3.2

Published by JanDeDobbeleer about 2 years ago

Bug Fixes

  • language: do not error when not installed (f23968a), closes #2871
  • pwsh: move HOME on invalid directory (ee13060), closes #2873
oh-my-posh - v11.3.1

Published by JanDeDobbeleer about 2 years ago

Bug Fixes

  • path: parse path correctly (5b6a347)
oh-my-posh - v11.3.0

Published by JanDeDobbeleer about 2 years ago

Features

  • init: toggle auto config state with flag (94a379b), closes #2848
oh-my-posh - v11.2.0

Published by JanDeDobbeleer about 2 years ago

Features

  • templates: only fallthrough when template is set (2f0bd54), closes #2859
oh-my-posh - v11.1.1

Published by JanDeDobbeleer about 2 years ago

Bug Fixes

  • path: correct mapped_locations logic (9653506), closes #2839
oh-my-posh - v11.1.0

Published by JanDeDobbeleer about 2 years ago

Features

  • theme: add illusi0n theme (fdf4175)
oh-my-posh - v11.0.1

Published by JanDeDobbeleer about 2 years ago

Bug Fixes

  • path: only replace actual home folder (7c7ce06), closes #2832
oh-my-posh - v11.0.0

Published by JanDeDobbeleer about 2 years ago

Bug Fixes

  • az: config directory folder order (a16f18f)

Features

  • az: parse pwsh context from module output (56ae9e6)

BREAKING CHANGES

  • az: this requires adding $env:POSH_AZURE_ENABLED = $true
    to your PowerShell profile if you want to get the correct context
    displayed in your prompt for Azure powershell
oh-my-posh - v10.3.0

Published by JanDeDobbeleer about 2 years ago

Features

oh-my-posh - v10.2.0

Published by JanDeDobbeleer about 2 years ago

Features

oh-my-posh - v10.1.0

Published by JanDeDobbeleer about 2 years ago

Features

oh-my-posh - v10.0.1

Published by JanDeDobbeleer about 2 years ago

Bug Fixes

oh-my-posh - v10.0.0

Published by JanDeDobbeleer about 2 years ago

Bug Fixes

Features

BREAKING CHANGES

  • gcp: this removes the .Error field from the segment template
    which means anyone with a custom template in the gcp segment needs to
    remove it from their template. The new default template is:

" {{ .Project }} "

oh-my-posh - v9.5.0

Published by JanDeDobbeleer about 2 years ago

Bug Fixes

  • gcp: align default template with az and aws (0e25f16), closes #2810

Features

oh-my-posh - v9.4.1

Published by JanDeDobbeleer about 2 years ago

Bug Fixes

  • shell: return correct name for shims (a7a7ebc), closes #2806
oh-my-posh - v9.4.0

Published by JanDeDobbeleer about 2 years ago

Features

oh-my-posh - v9.3.4

Published by JanDeDobbeleer about 2 years ago

Bug Fixes

oh-my-posh - v9.3.3

Published by JanDeDobbeleer about 2 years ago

Bug Fixes

  • pwsh: disable tooltips for ConstrainedLanguage mode (348cacc)
oh-my-posh - v9.3.2

Published by JanDeDobbeleer about 2 years ago

Bug Fixes

  • pwsh: disable transient prompt for ConstrainedLanguage mode (7ebfc53)