mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-29 12:01:07 -08:00
docs: add space after last theme block
This commit is contained in:
parent
430d83ea42
commit
d281843e64
|
@ -116,6 +116,8 @@ themeConfigOverrrides.set('catppuccin_mocha.omp.json', newThemeConfig(40, 40, 'I
|
|||
links.push(`[${themeName}]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/${theme} '${themeName}'\n`);
|
||||
}
|
||||
|
||||
await fs.promises.appendFile('./docs/themes.md', '\n');
|
||||
|
||||
for (const link of links) {
|
||||
await fs.promises.appendFile('./docs/themes.md', link);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue