Custom template not used #1245
Answered
by
JanDeDobbeleer
tomkerkhove
asked this question in
Troubleshoot
-
I'm having some odd behavior, and I'm sure it's my fault, but I can't manage to resolve it. For every new terminal that I open, I run the following script as part of Import-Module posh-git
Import-Module oh-my-posh
Import-Module posh-docker
Import-Module Terminal-Icons
Set-PoshPrompt -Theme ~$Home\.oh-my-posh.omp.json
Set-Alias -Name "k" -Value "kubectl"
Set-Alias -Name "g" -Value "git"
cls The contents of What am I missing? I think things should be good to go, no? |
Beta Was this translation helpful? Give feedback.
Answered by
JanDeDobbeleer
Nov 17, 2021
Replies: 1 comment 14 replies
-
Could it be that the admin user has a different theme in its home dir? |
Beta Was this translation helpful? Give feedback.
14 replies
Answer selected by
tomkerkhove
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could it be that the admin user has a different theme in its home dir?