From 4acfdcb0a0d5b26aba0991af4141965e1ca59e3d Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 15 Oct 2016 19:40:17 +0200 Subject: [PATCH] Remove CDPATH default from docs This was overlooked in 0e4f2cca01ea911e9b6efabe1b2ae4d3eb1d0ec0. --- 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 3972eabe1..07b8eb27c 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -813,7 +813,7 @@ The user can change the settings of `fish` by changing the values of certain var - `BROWSER`, the user's 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. -- `CDPATH`, an array of directories in which to search for the new directory for the `cd` builtin. By default, the fish configuration defines `CDPATH` to be a universal variable with the values `.` and `~`. +- `CDPATH`, an array of directories in which to search for the new directory for the `cd` builtin. - `LANG`, `LC_ALL`, `LC_COLLATE`, `LC_CTYPE`, `LC_MESSAGES`, `LC_MONETARY`, `LC_NUMERIC` and `LC_TIME` set the language option for the shell and subprograms. See the section Locale variables for more information.