Commit d2e3f607 authored by Jan T. Sott's avatar Jan T. Sott Committed by GitHub

fix typo

If I'm not mistaken, this command has been changed to use `plugin`, right?
parent 112fb3db
...@@ -107,9 +107,9 @@ Reload Oh My Fish and all plugins by using `exec` to replace current shell proce ...@@ -107,9 +107,9 @@ Reload Oh My Fish and all plugins by using `exec` to replace current shell proce
> This command tries to be as safe as possible, mitigating side-effects caused by `exec` and preventing the reload in case of background processes. > This command tries to be as safe as possible, mitigating side-effects caused by `exec` and preventing the reload in case of background processes.
#### `omf new pkg | theme` _`<name>`_ #### `omf new plugin | theme` _`<name>`_
Scaffold out a new package or theme. Scaffold out a new plugin or theme.
> This creates a new directory under `$OMF_CONFIG/{pkg | themes}/` with a template. > This creates a new directory under `$OMF_CONFIG/{pkg | themes}/` with a template.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment