From 497ccb14a1ff32f7084938f69df70b3dad4286dd Mon Sep 17 00:00:00 2001 From: Frank Zappulla Date: Mon, 7 Mar 2022 20:30:02 -0500 Subject: [PATCH] Added command for opening bashrc --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73a6e0a..85ea52e 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,12 @@ The `ln` command is a useful command to know so you might want to [read more abo Add the path to the `opt` directory to your `PATH` 4. Open your `.bashrc` file using `vim` or `nano`. -5. Add the following line to the end of your `.bashrc` file. + - `vim ~/.bashrc` +6. Add the following line to the end of your `.bashrc` file. - `export PATH="/home/FCAM/$USER/opt/:$PATH"` -6. Source your `.bashrc` so the change takes effect. +7. Source your `.bashrc` so the change takes effect. - `source ~/.bashrc` -7. Check if the new `opt` directory is in your `PATH`. +8. Check if the new `opt` directory is in your `PATH`. - `echo $PATH | grep "$USER/opt"` - You should see your username and opt in red