From 063c4d7e67761a8611410fb21f2f7b0d89d3912d Mon Sep 17 00:00:00 2001 From: liljencrantz Date: Tue, 8 Jan 2008 09:54:27 +1000 Subject: [PATCH] Add comment on CDPATh being a universal variable after comments from Isac Dupree. darcs-hash:20080107235427-75c98-3f56a4f450bb9beb66c9949c9313a1991754d8fb.gz --- doc_src/index.hdr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index 4d43f2f0a..ba1a19353 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -912,7 +912,7 @@ The user can change the settings of \c fish by changing the values of certain environment variables. - \c BROWSER, which is the users preferred web browser. If this variable is set, fish will use the specified browser instead of the system default browser to display the fish documentation. -- \c CDPATH, which is an array of directories in which to search for the new directory for the \c cd builtin. +- \c CDPATH, which is an array of directories in which to search for the new directory for the \c cd builtin. The fish init files defined CDPATH to be a universal variable with the values . and ~. - A large number of variable starting with the prefixes \c fish_color and \c fish_pager_color. See Variables for changing highlighting colors for more information. - \c fish_greeting, which is the greeting message printed on startup. - \c LANG, \c LC_ALL, \c LC_COLLATE, \c LC_CTYPE, \c LC_MESSAGES, \c LC_MONETARY, \c LC_NUMERIC and \c LC_TIME set the language option for the shell and subprograms. See the section Locale variables for more information.