Skip to content

Commit cb99b75

Browse files
authored
Update hint about home directory path expansion
Clarified that not all commands can expand the home directory path and suggested using $USER instead.
1 parent 3412178 commit cb99b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/preamble/ubuntu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To warm up, let's start by creating an empty file inside a new directory, as fol
9292

9393
.. hint::
9494

95-
The path :file:`~` stands for the currently logged-in user's home folder.
95+
The path :file:`~` stands for the currently logged-in user's home folder. Not every command is able to expand it. In those cases, use ``$USER`` instead.
9696

9797
.. hint::
9898

0 commit comments

Comments
 (0)