From 3d9e47c29581b36e4d05ed99b8fa2b9884ab69ea Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 17 Mar 2022 10:52:09 +0530 Subject: [PATCH] typo --- kitty/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 4ce2c9322..468973e98 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -2671,7 +2671,7 @@ opt('+exe_search_path', '', long_text=''' Control where kitty looks to find programs to run. The default search order is: First search the system wide :code:`PATH`, then :file:`~/.local/bin` and :file:`~/bin`. -If not still not found, the :code:`PATH` defined in the login shell after sourcing +If still not found, the :code:`PATH` defined in the login shell after sourcing all its startup files is tried. Finally, if present, the :code:`PATH` in the :opt:`env` option is tried.