From 2e68edcaf207fbd4da0740569dc839e2c16bca95 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 30 Aug 2020 10:51:36 -0400 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faf382d..5632ace 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ if [ -x $MULTIHOME ]; then fi ``` -If Multihome is available drop the current environment, reset the `HOME` variable to point to a new location, and changed the directory to that path. Execution of the environment continues from that point within the original `~/.bash_profile`, so it's important to keep this script as generic as possible. +If Multihome is available drop the current environment, reset the `HOME` variable to point to a new location, and change the directory to that path. Execution of the environment continues from that point within the original `~/.bash_profile`, so it's important to keep this script as generic as possible. For example your profile script should look like this: ```bash -- cgit