Skip to content

Commit

Permalink
fix: correct 'ampersand' to 'at symbol'
Browse files Browse the repository at this point in the history
  • Loading branch information
dwmkerr committed Mar 8, 2022
1 parent 1cc7e47 commit b5d334c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5d334c

Please sign in to comment.