Is there a way to create aliases for WSL Bash on Windows 10?
With Git Bash, it's easy: edit the file .bashrc
: alias alias-name="command"
I've done my research, including these posts 1, 2 but couldn't find the answer.
If that's not possible. Is it possible to set Git Bash as an integrated terminal in Visual Studio Code?