You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
67
67
68
68
<dt><kbd>code</kbd></dt>
69
-
<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>
69
+
<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>
70
70
71
71
<dt><kbd>cat FILE</kbd></dt>
72
72
<dd>Displays the contents of <code>FILE</code>, then returns control to The Terminal.</dd>
0 commit comments