From ccaa1df5b8bdf5e06d9f6943095b04cf9ca4a170 Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Thu, 26 May 2022 14:30:29 -0500 Subject: [PATCH] Update ATutIntroduction.md --- docs/tutorial/ATutIntroduction.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorial/ATutIntroduction.md b/docs/tutorial/ATutIntroduction.md index 1bfe2b96..2185ffdf 100644 --- a/docs/tutorial/ATutIntroduction.md +++ b/docs/tutorial/ATutIntroduction.md @@ -74,8 +74,7 @@ you installed Trick in your home directory, and you used the default name for the repository, which is **trick**. If you named it something different, then use that name instead in the scripts below. -If you are using **bash or ksh**, then add the following lines to the file that is automatically sourced by your terminal. Based on your platform this could be **.profile, .bash_profile, .bashrc, .zshrc** or others. Google "How to edit PATH variable" on google to find a wealth of information on this subject. -file. +If you are using **bash or ksh**, then add the following lines to the file that is automatically sourced by your terminal. Based on your platform this could be **.profile, .bash_profile, .bashrc, .zshrc** or others. Google "How to edit PATH variable" on google to find a wealth of information on this subject. ```bash export TRICK_HOME="${HOME}/trick"