partbad.blogg.se

Add bash to windows terminal
Add bash to windows terminal









add bash to windows terminal

Providing shell commands is also less ambiguous and less perishable than describing human interactions with a GUI. In Happy Git, sometimes we demo the use of a shell for certain tasks, like navigating the file system and doing Git operations, when we don’t want to or can’t use RStudio.

add bash to windows terminal

The most common shell is bash and it gets thrown around as a proxy for “shell” sometimes, just like “Coke” and “Kleenex” are proxies for cola and tissues. This is how all work was done before we got the mouse and GUIs. Many programmers spend lots of time in a shell, as opposed to in GUIs, because it is very fast, concise, and ubiquitous in their relevant computing environments. There’s a whole StackExchange thread on the differences ( What is the difference between Terminal, Console, Shell, and Command Line?), but I don’t find it to be terribly enlightening. Pseudo-synonyms are “terminal”, “command line”, and “console”. The shell is a program on your computer whose job is to run other programs.











Add bash to windows terminal