Skip to content

Commit

Permalink
refactor: no masters
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Oct 5, 2020
1 parent bb59f0e commit 41822b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main
paths-ignore:
- 'README.md'
- 'docs/**'
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/installation.mdx
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/docs/introduction.md
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Expand Up @@ -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"),
Expand Down
2 changes: 1 addition & 1 deletion packages/powershell/oh-my-posh/oh-my-posh.psd1
Expand Up @@ -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
Expand Down

0 comments on commit 41822b8

Please sign in to comment.