docs: improve shell config list

This commit is contained in:
Tony Theodore 2019-09-08 19:31:15 +10:00
parent b393fb4bd7
commit 4207c4b36f
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ exit</pre>
<h3 id="tutorial-4">Step 4: Environment Variables</h3>
<p>
Edit the appropriate config script (.bashrc|.cshrc|.profile|.zshrc|...)
Edit the appropriate config script (.bashrc, .cshrc, .profile, .zshrc, etc.)
for your shell in order to change $PATH:
</p>
<pre>export PATH=/<em>where MXE is installed</em>/usr/bin:$PATH</pre>