I downloaded the Windows Terminal app from the Microsoft Store and to use Git Bash I had to add this profile manually. So I added the bash.exe on C:\Program Files\Git\bin, so it doenst just open git bash in a new window. The problem is this bash.exe doesnt recognize any aliases I have created for git bash.
Does anyone have any Idea why this is happening?
I tried adding the alias to C:\Program Files\Git\etc\profile.d\aliases.h and to a .bash_profile file in my windows user folder. Neither of these are working with the bash.exe but it is working with the defult git-bash.exe.