Skip to content

Commit 1f411fd

Browse files
authored
Create an alias for the sl command (#83)
so that the animation runs as intended when mistyping 'ls' - it's more fun that way :-)
1 parent 1fb363a commit 1f411fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/steps/4-personalize-codespace.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Let's see how this works!
4545

4646
sudo apt-get update
4747
sudo apt-get install sl
48+
alias sl="/usr/games/sl"
4849
```
4950

5051
1. Save the file.
@@ -73,7 +74,7 @@ Let's see how this works!
7374
1. From the VS Code terminal, type or paste:
7475

7576
```shell
76-
/usr/games/sl
77+
sl
7778
```
7879

7980
1. Enjoy the show!

0 commit comments

Comments
 (0)