This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
Releases: JanDeDobbeleer/oh-my-posh2
Releases · JanDeDobbeleer/oh-my-posh2
2.0.256
fixed Get-ComputerName promt helper to get computername from env
2.0.255
fixed Get-ComputerName promt helper to get computername from env
2.0.254
fixed Get-ComputerName promt helper to get computername from env
2.0.249
use built-in helper instead of $env:computername because $env:computername is not xplat
2.0.247
Use `DirectorySeparatorChar` to better support crossplat
2.0.245
Switch from hard coded symbols to prefs from posh-git
2.0.244
robbyrussell "PS>" fix just a small fix to get rid of the default "PS>" part at the end of the prompt in robbyrussell theme.
2.0.240
Remove extra returns from the prompt function These are not necessary as Write-VcsStatus and Write-Theme already return the prompt string
2.0.238
Prepare README.md file
2.0.237
Display time in 24-hour format. When the current locale prints some CJK characters as AM/PM indicator, there will be a layout error. CMDer cannot correctly recognize the width of these characters, and the right alignment will provide less than adequate width, causing some characters to be pushed to an ugly newline.