From 1f411fda647839758cbe13dc0a623ed1a95294a3 Mon Sep 17 00:00:00 2001 From: AvanBerne <65162093+AvanBerne@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:49:00 +0200 Subject: [PATCH] Create an alias for the sl command (#83) so that the animation runs as intended when mistyping 'ls' - it's more fun that way :-) --- .github/steps/4-personalize-codespace.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/steps/4-personalize-codespace.md b/.github/steps/4-personalize-codespace.md index 00eb18f..dc5142d 100644 --- a/.github/steps/4-personalize-codespace.md +++ b/.github/steps/4-personalize-codespace.md @@ -45,6 +45,7 @@ Let's see how this works! sudo apt-get update sudo apt-get install sl + alias sl="/usr/games/sl" ``` 1. Save the file. @@ -73,7 +74,7 @@ Let's see how this works! 1. From the VS Code terminal, type or paste: ```shell - /usr/games/sl + sl ``` 1. Enjoy the show!