So I initially used windows, but recently decided to switch to linux. In windows, my vscode terminal look like this:

It shows which directory I am in. But when i try vscode in linux, i get this on run:
It shows nothing but sh-5.1, which i don't know what is it. And when i run a simple c program:

the output is on the same line as the sh-5.1. How to change the terminal to look like in windows? (not exactly the same, I mean at least show the directory and generate a newline when done running program)
