Skip to content

Commit 41822b8

Browse files
refactor: no masters
1 parent bb59f0e commit 41822b8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths-ignore:
88
- 'README.md'
99
- 'docs/**'

docs/docs/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ Make sure `~/downloadedtheme.json` points to your downloaded or adjusted theme.
170170
[nerdfonts]: https://www.nerdfonts.com/
171171
[meslo]: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip
172172
[powershell]: /docs/powershell
173-
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/master/themes
173+
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/main/themes

docs/docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ can get started even without having to understand the theming. So, let's no long
7676
[kofi]: https://ko-fi.com/jandedobbeleer
7777
[block]: /docs/configure#block
7878
[segment]: /docs/configure#segment
79-
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/master/themes
79+
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/main/themes
8080
[omp-themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/master/Themes

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module.exports = {
8181
{
8282
docs: {
8383
sidebarPath: require.resolve("./sidebars.js"),
84-
editUrl: "https://github.com/jandedobbeleer/oh-my-posh3/edit/master/docs/",
84+
editUrl: "https://github.com/jandedobbeleer/oh-my-posh3/edit/main/docs/",
8585
},
8686
theme: {
8787
customCss: require.resolve("./src/css/custom.css"),

packages/powershell/oh-my-posh/oh-my-posh.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# Tags applied to this module. These help with module discovery in online galleries.
4040
Tags = @('git', 'agnoster', 'theme', 'zsh', 'posh-git', 'prompt', 'paradox', 'robbyrussel', 'oh-my-posh')
4141
# A URL to the license for this module.
42-
LicenseUri = 'https://github.com/JanDeDobbeleer/oh-my-posh3/blob/master/COPYING'
42+
LicenseUri = 'https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/COPYING'
4343
# A URL to the main website for this project.
4444
ProjectUri = 'https://github.com/JanDeDobbeleer/oh-my-posh3'
4545
} # End of PSData hashtable

0 commit comments

Comments
 (0)