mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(kb/fish): add remark that function files require to be names as the single function in them
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user