From 8d8d7d3ff46e05125c03ed84e734aa3ef52b001b Mon Sep 17 00:00:00 2001 From: Russell Cloran Date: Wed, 30 Nov 2022 08:37:10 -0800 Subject: [PATCH] Fix shell-resolution documentation in launch --- docs/config/launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/launch.md b/docs/config/launch.md index 62e8f65f9..7d7f85515 100644 --- a/docs/config/launch.md +++ b/docs/config/launch.md @@ -8,7 +8,7 @@ Your shell is determined by the following rules: 1. The value of the `$SHELL` environment variable is used if it is set 2. Otherwise, it will resolve your current uid and try to look up your - home directory from the password database. + shell from the password database. `wezterm` will spawn the shell and pass `-l` as an argument to request a login shell. A login shell generally loads additional startup files