From b5d334c1a5fc0f2fbd459ccca989611b1e23eb0a Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Tue, 8 Mar 2022 22:58:03 +0800 Subject: [PATCH] fix: correct 'ampersand' to 'at symbol' Thanks to https://www.reddit.com/r/programming/comments/sxwovm/effective_shell_customising_your_command_prompt/ --- .../25-customising-your-command-prompt/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/05-building-your-toolkit/25-customising-your-command-prompt/index.md b/docs/05-building-your-toolkit/25-customising-your-command-prompt/index.md index 0340d2d4..6cdf7681 100644 --- a/docs/05-building-your-toolkit/25-customising-your-command-prompt/index.md +++ b/docs/05-building-your-toolkit/25-customising-your-command-prompt/index.md @@ -20,7 +20,7 @@ This is the prompt on an Ubuntu virtual machine I have set up. If you want to se Let's take a look at each of the components that make up the prompt: - `dwmkerr` - The first thing that is shown is the name of the current user -- `@` - Next we have an ampersand character that is used as a separator between the username field and the following field +- `@` - Next we have an 'at symbol' character that is used as a separator between the username field and the following field - `effective-shell-ubuntu`: This is the _hostname_ of the machine - `:` - A colon separates the hostname from the next field - `~` - Next we have the current working directory