diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2020-08-30 10:51:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 10:51:36 -0400 |
commit | 2e68edcaf207fbd4da0740569dc839e2c16bca95 (patch) | |
tree | 06b446f86705cab6577aaaa6d8a21dee7f451890 /README.md | |
parent | 282e437d1a6bed40a6de89843478aae420baa69d (diff) | |
download | multihome-2e68edcaf207fbd4da0740569dc839e2c16bca95.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |