From 54683ff2b9dfcb0c8085aeac021439cafb69a1bf Mon Sep 17 00:00:00 2001 From: Bolaji Olajide <25608335+BolajiOlajide@users.noreply.github.com> Date: Sun, 13 Oct 2024 16:47:09 -0400 Subject: [PATCH] docs: Fix typo in environment documentation (#19164) Update incorrect spelling of Raycast in environment.md --- docs/src/environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/environment.md b/docs/src/environment.md index 783311cace..41980b2d96 100644 --- a/docs/src/environment.md +++ b/docs/src/environment.md @@ -32,7 +32,7 @@ Starting with Zed 0.152.0, the CLI `zed` will _always_ pass along its environmen ### Launched via window manager, Dock, or launcher -When Zed has been launched via the macOS Dock, or a GNOME or KDE icon on Linux, or an application launcher like Alfred or Raycats, it has no surrounding shell environment from which to inherit its environment variables. +When Zed has been launched via the macOS Dock, or a GNOME or KDE icon on Linux, or an application launcher like Alfred or Raycast, it has no surrounding shell environment from which to inherit its environment variables. In order to still have a useful environment, Zed spawns a login shell in the user's home directory and gets its environment. This environment is then set on the Zed _process_. That means all Zed windows and projects will inherit that home directory environment.