Commit 9119238
authored
Fix Oh my Zsh correct fpath
Every time I open the terminal show this:
```/.oh-my-zsh/custom/exercism_completion.zsh:local:6: options: can't change type of autoloaded parameter```
You need to put the file in any `$fpath`, but `~/.oh-my-zsh/custom` is not one of them.
Look this: beetbox/beets#17311 parent b31af6c commit 9119238
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
0 commit comments