mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
refactor: no masters
This commit is contained in:
parent
bb59f0eb64
commit
41822b81fd
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -3,7 +3,7 @@ name: Release
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- 'docs/**'
|
||||
|
|
|
@ -170,4 +170,4 @@ Make sure `~/downloadedtheme.json` points to your downloaded or adjusted theme.
|
|||
[nerdfonts]: https://www.nerdfonts.com/
|
||||
[meslo]: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip
|
||||
[powershell]: /docs/powershell
|
||||
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/master/themes
|
||||
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/main/themes
|
||||
|
|
|
@ -76,5 +76,5 @@ can get started even without having to understand the theming. So, let's no long
|
|||
[kofi]: https://ko-fi.com/jandedobbeleer
|
||||
[block]: /docs/configure#block
|
||||
[segment]: /docs/configure#segment
|
||||
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/master/themes
|
||||
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/main/themes
|
||||
[omp-themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/master/Themes
|
||||
|
|
|
@ -81,7 +81,7 @@ module.exports = {
|
|||
{
|
||||
docs: {
|
||||
sidebarPath: require.resolve("./sidebars.js"),
|
||||
editUrl: "https://github.com/jandedobbeleer/oh-my-posh3/edit/master/docs/",
|
||||
editUrl: "https://github.com/jandedobbeleer/oh-my-posh3/edit/main/docs/",
|
||||
},
|
||||
theme: {
|
||||
customCss: require.resolve("./src/css/custom.css"),
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
# Tags applied to this module. These help with module discovery in online galleries.
|
||||
Tags = @('git', 'agnoster', 'theme', 'zsh', 'posh-git', 'prompt', 'paradox', 'robbyrussel', 'oh-my-posh')
|
||||
# A URL to the license for this module.
|
||||
LicenseUri = 'https://github.com/JanDeDobbeleer/oh-my-posh3/blob/master/COPYING'
|
||||
LicenseUri = 'https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/COPYING'
|
||||
# A URL to the main website for this project.
|
||||
ProjectUri = 'https://github.com/JanDeDobbeleer/oh-my-posh3'
|
||||
} # End of PSData hashtable
|
||||
|
|
Loading…
Reference in a new issue