From 01e3ebf316b60b4a37695dbbe709804033f3c1a0 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 16 Jun 2021 17:35:46 -0400 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df5f736..f2af408 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit