Git Bash stuck in Lingua Franca

I just finished the “Learn the Command Line” course with the “Lingua Franca” project (https://www.codecademy.com/courses/learn-the-command-line/articles/command-line-offline-project) and I exited out of the Git Bash program. Later I went to use Git Bash and when I opened Git Bash it was still stuck in Lingua Franca. I am not working with Lingua Franca and when I print working directory it shows /c/users/myname but even though I am done with Lingua Franca it still says Lingua Franca >. If I type “clear” it still says:

Lingua Franca >

How I do I get it to stop saying
Lingua Franca >
and return Git Bash to how it was before I started the “Lingua Franca project”?

Can you show a screenshot?

If you changed your .bashrc or .profile it’s possible that you changed your prompt. However since you pwd and got the right directory all it means is that the prompt just needs to be adjusted.

2 Likes