From bdce483f110cc1f43d5ad5d0401a91df1a25da9e Mon Sep 17 00:00:00 2001 From: Jacques Dainat <jacques.dainat@ird.fr> Date: Thu, 7 Mar 2024 13:01:03 +0100 Subject: [PATCH] highlight word --- docs/pages/bash/bash-3-navigating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/bash/bash-3-navigating.md b/docs/pages/bash/bash-3-navigating.md index c0097fb..7a268f8 100644 --- a/docs/pages/bash/bash-3-navigating.md +++ b/docs/pages/bash/bash-3-navigating.md @@ -23,7 +23,7 @@ Back to the directory structure... this time we will learn to `navigate between To check where we are located we must use the `pwd` command. !!! tip - By default the termnial open in your home. The complete path is `/home/username`. + By default the termnial open in your `home`. The complete path is `/home/username`. !!! question "In unix world, it exists a special character which is a shortcut for your home. Which character is that?" -- GitLab