-1

I try to configure my bash shell with oh my posh. But I get this error

Oh My Posh Error: CreateFile C:\Users0snow\my-profile.omp: The system cannot find the file specified.

.bashrc file:

eval "$(oh-my-posh --init --shell bash --config $HOME/my-profile.omp)" ```
Snowin J
  • 1
  • 3

1 Answers1

0

Is there something wrong with your $HOMEvariable? I don't think it should be C:\Users0snow but C:\Users\snow, no?

Jan De Dobbeleer
  • 566
  • 4
  • 12