added readme
This commit is contained in:
parent
b306dc5450
commit
5172c764e2
1 changed files with 7 additions and 0 deletions
|
@ -30,3 +30,10 @@ show_<module_name>() { # save this module in a file with the name <module_name>.
|
|||
echo "$module"
|
||||
}
|
||||
```
|
||||
|
||||
## Configure custom modules path
|
||||
|
||||
You can configure a custom path for your modules by setting the `@catppuccin_custom_plugin_dir` option.
|
||||
```sh
|
||||
set -g @catppuccin_custom_plugin_dir "<path>"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue