Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oh-my-posh appears to have deprecated set-theme cmdlet and replaced with Set-PoshPrompt -Theme #257

Closed
paflynn-msft opened this issue Feb 18, 2021 · 2 comments

Comments

@paflynn-msft
Copy link

paflynn-msft commented Feb 18, 2021

Based on docs here: https://ohmyposh.dev/docs/installation#3-replace-your-existing-prompt

When attempting to use set-theme cmdlet, I get following output
set-theme Paradox
set-theme : The term 'set-theme' is not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1

  • set-theme Paradox
  •   + CategoryInfo          : ObjectNotFound: (set-theme:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException`
    
    

Instead. I used
Set-PoshPrompt -Theme Paradox

And it works.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@pulimento
Copy link

Duplicate of #254

@cinnamon-msft
Copy link
Collaborator

This is fixed in #263 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants