Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Releases: JanDeDobbeleer/oh-my-posh2

2.0.256

30 Apr 06:57
Compare
Choose a tag to compare
fixed Get-ComputerName promt helper to get computername from env

2.0.255

30 Apr 06:56
Compare
Choose a tag to compare
fixed Get-ComputerName promt helper to get computername from env

2.0.254

30 Apr 06:55
Compare
Choose a tag to compare
fixed Get-ComputerName promt helper to get computername from env

2.0.249

13 Mar 08:51
Compare
Choose a tag to compare
use built-in helper instead of $env:computername

because $env:computername is not xplat

2.0.247

05 Mar 09:17
Compare
Choose a tag to compare
Use `DirectorySeparatorChar` to better support crossplat

2.0.245

28 Jan 09:05
Compare
Choose a tag to compare
Switch from hard coded symbols to prefs from posh-git

2.0.244

28 Jan 09:04
Compare
Choose a tag to compare
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

23 Jan 08:35
Compare
Choose a tag to compare
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

08 Jan 08:06
Compare
Choose a tag to compare
Prepare README.md file

2.0.237

08 Jan 08:03
Compare
Choose a tag to compare
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.