From 200a10e78d0df7001c6c2a7c71e7139cccf4277c Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 5 Apr 2016 22:22:12 +0800 Subject: Rename "snippets" to "conf" internally, and document them as snippets Discussed in #2896. --- doc_src/index.hdr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc_src') diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index b75ee5e1..7e889d8e 100644 --- a/doc_src/index.hdr.in +++ b/doc_src/index.hdr.in @@ -1111,7 +1111,7 @@ On startup, Fish evaluates a number of configuration files, which can be used to Configuration files are evaluated in the following order: - Configuration shipped with fish, which should not be edited, usually `/usr/share/fish/config.fish`. - System-wide configuration files, where administrators can include initialization that should be run for all users on the system - similar to `/etc/profile` for POSIX-style shells - usually `/etc/fish/config.fish`; -- "Unit" configuration files ending in `.fish`, in the directories: +- Configuration snippets in files ending in `.fish`, in the directories: - `~/.config/fish/conf.d/` - `/etc/fish/conf.d` - `/usr/share/fish/vendor_conf.d` -- cgit v1.2.3