chore(kb/fish): add remark that function files require to be names as the single function in them

This commit is contained in:
Michele Cereda
2024-03-29 00:04:49 +01:00
parent f4ca6c2416
commit c08069ee5c

View File

@@ -39,6 +39,11 @@ math 2 '+' 6
time pulumi pre --parallel (math 2 '*' (nproc))
```
For functions defined in files in `~/.config/fish/functions/` to be automatically available, the files need to:
- Host **a single** function each.
- Be named as the function they host.
## Configuration
Shell configuration file: `~/.config/fish/config.fish`.<br/>