Skip to content

Commit da8dcfb

Browse files
committed
Update alias explanation, again
1 parent 46bcea6 commit da8dcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/the-terminal/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h1>Basic Terminal Tutorial</h1>
6464
<dd>The parent of the current directory.</dd>
6565

6666
<dt><kbd>alias</kbd></dt>
67-
<dd>Displays all keyboard aliases (shortcuts), usually in a file called <code>.bash_aliases</code>. <strong>Note</strong>: To run the default version of any command to which an alias has been assigned, precede it with a backslash (<code>\</code>). For example, <kbd>\rm</kbd> would bypass my alias of <code>'rm -i'</code>.</dd>
67+
<dd>Displays all aliases (keyboard shortcuts), usually in a file called <code>.bash_aliases</code>, assigned to commands. <strong>Note</strong>: To run the default version of any command to which an alias has been assigned, precede it with a backslash (<code>\</code>). For example, <kbd>\rm</kbd> would bypass my alias of <code>'rm -i'</code>.</dd>
6868

6969
<dt><kbd>code</kbd></dt>
7070
<dd>Launches VS Code, assuming the shell commands have been installed. Typing <kbd>code .</kbd> opens the current folder in VS Code and typing <kbd>code FILE</kbd> opens <code>FILE</code> in VS Code.</dd>

0 commit comments

Comments
 (0)