Upon starting the terminal:
But if I run .bashrc it works:
I'm not sure why when .bashrc runs on startup it doesnt work, but if I run it myself it works.
Edit : I found a solution that worked I was putting
eval "$(oh-my-posh --init --shell bash --config ~/jv_sitecorian.omp.json)"inside of ~/.bashrc but I needed to put it into ~/.profile
01 Answer
Check if /home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin is part of your path. It was my problem here, after adding it to the PATH before calling the eval function in .bashrc, it now works right when I log in.