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.332

10 Nov 15:37
Compare
Choose a tag to compare
Fallback to home folder for themes location

There are machines without the $PROFILE variable. In that case this
code fails as it can't find the location and will crash. Now we Fallback
to the home folder to look for any additional user created themes.

Resolves #168.

2.0.329

10 Nov 14:14
Compare
Choose a tag to compare
Makes Path `Home` Symbol Customizable

The makes the tilde (`~`) used in home-relative paths be replaceable by themes.

2.0.325

02 Nov 19:59
Compare
Choose a tag to compare
Allow overriding the current user

Resolves #163

2.0.320

02 Nov 19:43
Compare
Choose a tag to compare
Add Powerlevel10k Lean Theme

2.0.319

02 Nov 19:41
Compare
Choose a tag to compare
Add Powerlevel10k Lean Theme

2.0.318

02 Nov 19:39
Compare
Choose a tag to compare
Add Powerlevel10k Lean Theme

2.0.311

30 Jul 18:29
Compare
Choose a tag to compare
Only set console title using ANSI

Resolves #159

2.0.307

30 Jul 17:52
Compare
Choose a tag to compare
Fix wrong variable name in Set-Prompt

2.0.305

10 Jul 14:07
Compare
Choose a tag to compare
Only support git as a VCS

Validate availablity of posh-git on a function level

2.0.298

10 Jul 11:20
Compare
Choose a tag to compare
Do not set prompt when importing oh-my-posh

Closes #100