How to insatll Bash Terminal using cmd line? #4563
-
Hi, I don't remember how we did to install and use I started a new window and only have Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Did it the follwoing way but Patrick did it in a way that is much easier, straight from the terminal without having to open bash on windows i believe. Add the following to your
|
Beta Was this translation helpful? Give feedback.
Did it the follwoing way but Patrick did it in a way that is much easier, straight from the terminal without having to open bash on windows i believe.
Add the following to your
~/.bashrc
file. Run code~/.bashrc
in bash to open the file in VS Code.[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path bash)"