diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-06-16 17:35:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-16 17:35:46 -0400 |
commit | 01e3ebf316b60b4a37695dbbe709804033f3c1a0 (patch) | |
tree | b9cab046b22332b4b0001980f8c33e7eba5afbd3 /README.md | |
parent | b1b1529f9bcb25fa2790927065890e41d6a51e58 (diff) | |
download | multihome-01e3ebf316b60b4a37695dbbe709804033f3c1a0.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -92,7 +92,7 @@ Passing the`-s` (`--script`) option generates the initialization script needed t ```bash if [ -f "$HOME/.multihome/init" ]; then # Switch to managed home directory - . $HOME/.multihome/init + . $HOME/.multihome/init.sh # Reinitialize the system shell profile [ -f "/etc/profile" ] && . /etc/profile @@ -214,6 +214,6 @@ L .Xauthority If your `/home/your_user/.bashrc` (often called by `~/.bash_profile`) makes a hard-coded reference to `/home/your_user/.bash_profile` the shell will enter an infinite loop. To interrupt this loop hit `ctrl-c` multiple times. Now edit your shell scripts, correct the problem, log out, and log back into the system. -* Support my shell! I use `tcsh`, heretic! +* Support my shell, heretic! - I have no interest in supporting shells that aren't `sh`-compatible. PRs are welcome, of course. + PRs are welcome, of course. |