docs(custom): fix outdated module name (#153)
This commit is contained in:
parent
0be44ee9bd
commit
0f1d4a365e
2 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
custom
|
|
|
@ -13,7 +13,7 @@ Use the [Module template](#module-template) (or example.sh) as a starting point
|
||||||
Save the new module under this folder using the module name as the file name and .sh as the extension.
|
Save the new module under this folder using the module name as the file name and .sh as the extension.
|
||||||
Update the status module list with your module.
|
Update the status module list with your module.
|
||||||
```sh
|
```sh
|
||||||
set -g @catppuccin_status_modules "... <module_name> ..."
|
set -g @catppuccin_status_modules_right "... <module_name> ..."
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue