From 332b305f81fc6832783161628f99be972799bd1f Mon Sep 17 00:00:00 2001 From: Tobias Hernstig Date: Wed, 14 Aug 2019 18:52:44 +0200 Subject: [PATCH] Documentation: Initialization files paths Adds slash to end of example paths to align with that ~/.config/fish/conf.d/ had a slash at the end. --- sphinx_doc_src/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx_doc_src/index.rst b/sphinx_doc_src/index.rst index f737907b1..770d7421f 100644 --- a/sphinx_doc_src/index.rst +++ b/sphinx_doc_src/index.rst @@ -1667,8 +1667,8 @@ Configuration files are evaluated in the following order: - Configuration snippets in files ending in ``.fish``, in the directories: - ``$__fish_config_dir/conf.d`` (by default, ``~/.config/fish/conf.d/``) - - ``$__fish_sysconf_dir/conf.d`` (by default, ``/etc/fish/conf.d``) - - ``/usr/share/fish/vendor_conf.d`` (set at compile time; by default, ``$__fish_data_dir/vendor_conf.d``) + - ``$__fish_sysconf_dir/conf.d`` (by default, ``/etc/fish/conf.d/``) + - ``/usr/share/fish/vendor_conf.d`` (set at compile time; by default, ``$__fish_data_dir/vendor_conf.d/``) If there are multiple files with the same name in these directories, only the first will be executed. They are executed in order of their filename, sorted (like globs) in a natural order (i.e. "01" sorts before "2").