Cannot get themes to save between shell restarts #1482
Answered
by
JanDeDobbeleer
antgustech
asked this question in
Troubleshoot
|
Hi, I installed oh py posh using winget. I primarily use git bash on windows. I cloned the repo and then I ran the commands like this.
This works, the theme is loaded correctly! However, I am having some trouble getting it to save it. If I restart the shell, the theme is gone again. I checked my home folder with and I do have an empty Not sure what I am missing here. |
Answered by
JanDeDobbeleer
Dec 22, 2021
Replies: 1 comment 1 reply
|
If I understand correctly you're running that command directly in bash whereas you should add that to the |
1 reply
Answer selected by
antgustech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I understand correctly you're running that command directly in bash whereas you should add that to the
.bashrcfile. That way it will be run when starting bash.