Skip to content

Commit e1eacbd

Browse files
authored
Merge pull request #1305 from system76/EricMTodd-patch-1
Update terminal-basics.md
2 parents 0a174d3 + 638ac34 commit e1eacbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/terminal-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Cursor | A visual indicator of the user's current position in the <u>Terminal</u
4444

4545
As you change folders and move throughout your computer, the prompt will change in response. In many cases, you won't need to move around to run a command.
4646

47-
To list all files and folders in the current directory, type `ls` To change directories (folders), type `cd [directory name]`. To go back up a directory type `cd ..`. At any time, you can press the Tab key to have the <u>Terminal</u> guess the completion for your entry, or twice to show all possibilities.
47+
To list all files and folders in the current directory, type `ls`. To change directories (folders), type `cd [directory name]`. To go back up a directory type `cd ..`. To return to your home directory from any location in the filesystem, type `cd`. At any time, you can press the Tab key to have the <u>Terminal</u> guess the completion for your entry, or twice to show all possibilities.
4848

4949
![Moving around](/images/terminal/moving-around.png)
5050

0 commit comments

Comments
 (0)