added readme

This commit is contained in:
Peter Kracik 2024-01-10 17:02:06 +01:00
parent b306dc5450
commit 5172c764e2

View file

@ -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>"
```