Closed cxbignekoc closed 2 years ago
@cxbignekoc in the meantime, the init command changed to this:
eval "$(oh-my-posh init bash --config ~/poshthemes/agnosterplus.omp.json)"
The easiest way to play around with themes is to either change the value in .bashrc
and reload the shell, or adjust the POSH_THEME
environment variable and add the full path:
export POSH_THEME="/home/c/poshthemes/pararussel.omp.json"
Off course it requires that file to be at that location.
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a discussion first, complete the body with all the details necessary to reproduce, and mention this issue as reference.
Code of Conduct
What happened?
OS: Ubuntu Mate Terminal: Tilix with VTEconfig warning also !!
Install Routine: https://ohmyposh.dev/docs/installation/linux -manual option
i install all and also some fonts...i got the tutorial from the link below.
At first try from your site:
eval "$(oh-my-posh init bash)"
exec bash
and it worked. but i got the wrong font...fixed
then i try the following...
i edit this line in bashrc (just below all)
eval "$(oh-my-posh --init --shell bash --config ~/poshthemes/agnosterplus.omp.json)"
exec bash
Theme changed again, trying another one:
eval "$(oh-my-posh --init --shell bash --config ~/poshthemes/pararussel.omp.json)"
exec bash
but the previous theme is just shown, but its the same command in bashrc.
i got this from here:
https://www.nextpertise.net/posts/220124_oh_my_posh/
Theme
pararussel
agnosterplus
init
What OS are you seeing the problem on?
Linux
Which shell are you using?
bash
Log output