Glam Prestige Journal

Bright entertainment trends with youth appeal.

Upon starting the terminal:

enter image description here

But if I run .bashrc it works:

enter image description here

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

0

1 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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy