fix slide on which shell to use

This commit is contained in:
Natalie Elphick 2024-03-11 11:26:48 -07:00
parent ea58f5a8d2
commit da9e3819db
2 changed files with 11 additions and 7 deletions

View file

@ -118,7 +118,8 @@ cd unix_workshop_2024
echo $0
```
Both bash and zsh should be able to run all of the commands in this workshop.
- We will use bash since it is the most widely used shell
- If your shell is not set to bash, type `chsh -s /bin/bash` and press enter
## Commands