mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-27 14:51:14 -03:00
docs: Don't speak of "initialization files"
The file is called "config.fish", not "init.fish". We'll call it "configuration" now. "Initialization" might be slightly more precise, but in an irritating way. Also some wording improvements to the section. In particular we now mention config.fish *early*, before the whole shebang.
This commit is contained in:
@@ -710,7 +710,7 @@ It is possible to directly create functions and variables in ``config.fish`` fil
|
||||
|
||||
However, it is more common and efficient to use autoloading functions and universal variables.
|
||||
|
||||
If you want to organize your configuration, fish also reads commands in .fish files in ``~/.config/fish/conf.d/``. See :ref:`initialization <initialization>` for the details.
|
||||
If you want to organize your configuration, fish also reads commands in .fish files in ``~/.config/fish/conf.d/``. See :ref:`Configuration Files <configuration>` for the details.
|
||||
|
||||
Autoloading Functions
|
||||
---------------------
|
||||
|
||||
Reference in New Issue
Block a user