mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-22 13:11:00 +08:00
README: Fix a typo
This commit is contained in:
parent
d10bbe9f38
commit
a2d744494a
|
@ -150,7 +150,7 @@ and so it may be necessary to prefix your script files with ordering numbers.
|
|||
For example: `a_script.fish` will take precedence over the `omf.fish` snippet.
|
||||
So if `a_script.fish` depends on plugins managed by OMF, consider renaming the script file to `xx_a_script.fish`.
|
||||
|
||||
Similiarly, to make sure that a script runs before `omf.fish`, you may prefix it with `00_`.
|
||||
Similarly, to make sure that a script runs before `omf.fish`, you may prefix it with `00_`.
|
||||
Alternatively, `~/.config/omf/before.init.fish` may be used.
|
||||
|
||||
### Startup
|
||||
|
|
Loading…
Reference in New Issue
Block a user