Skip to content

Commit d91824e

Browse files
authored
Use export command (#103)
1 parent 1f411fd commit d91824e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/steps/4-personalize-codespace.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Let's see how this works!
3838
![codespace1](https://user-images.githubusercontent.com/26442605/207355196-71aab43f-35a9-495b-bcfe-bf3773c2f1b3.png)
3939

4040
1. From inside the codespace in the VS Code explorer window, create a new file `setup.sh`.
41-
1. Add the following code inside of the file:
41+
1. Enter the following code into the file:
4242

4343
```bash
4444
#!/bin/bash
4545

4646
sudo apt-get update
4747
sudo apt-get install sl
48-
alias sl="/usr/games/sl"
48+
export PATH=$PATH:/usr/games
4949
```
5050

5151
1. Save the file.

0 commit comments

Comments
 (0)