Skip to content

Commit

Permalink
chore: rename repository
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Feb 16, 2021
1 parent 32c5347 commit b59b419
Show file tree
Hide file tree
Showing 42 changed files with 87 additions and 87 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -149,6 +149,6 @@ dist
# End of https://www.toptal.com/developers/gitignore/api/node,go,visualstudiocode

# linux binary
/src/oh-my-posh3
/src/oh-my-posh
bin/
Output/
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -51,11 +51,11 @@ a modern and more efficient tool was needed to suit my personal needs.
using Go (and the amazing [README][powerline-go])
* [Starship][starship] for creating an amazing way to initialize the prompt

[release-status]: https://github.com/jandedobbeleer/oh-my-posh3/workflows/Release/badge.svg
[release-status]: https://github.com/jandedobbeleer/oh-my-posh/workflows/Release/badge.svg
[psgallery-badge]: https://img.shields.io/powershellgallery/dt/oh-my-posh.svg
[powershell-gallery]: https://www.powershellgallery.com/packages/oh-my-posh/
[report-card]: https://goreportcard.com/badge/github.com/jandedobbeleer/oh-my-posh3
[report-card-link]: https://goreportcard.com/report/github.com/jandedobbeleer/oh-my-posh3
[report-card]: https://goreportcard.com/badge/github.com/jandedobbeleer/oh-my-posh
[report-card-link]: https://goreportcard.com/report/github.com/jandedobbeleer/oh-my-posh
[oh-my-posh]: https://github.com/JanDeDobbeleer/oh-my-posh
[patreon-badge]: https://img.shields.io/badge/Support-Become%20a%20Patreon!-red.svg
[patreon]: https://www.patreon.com/jandedobbeleer
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/configuration.md
Expand Up @@ -432,7 +432,7 @@ has to be enabled at the segment level. Hyperlink generation is disabled by defa

[promptconfig]: /docs/installation#4-replace-your-existing-prompt
[setupterm]: /docs/installation#1-setup-your-terminal
[releases]: https://github.com/JanDeDobbeleer/oh-my-posh3/releases/latest
[releases]: https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest
[nf]: https://www.nerdfonts.com/
[segments]: /docs/battery
[colors]: #colors
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/contributing-segment.md
Expand Up @@ -165,8 +165,8 @@ At `$.definitions.segment.allOf`, add your segment details:

And be patient, I'm going as fast as I can 🏎

[segment-go]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/segment.go
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/main/themes
[docs]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/main/docs/docs
[sidebars]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/docs/sidebars.js
[segment-go]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/segment.go
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/main/themes
[docs]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/main/docs/docs
[sidebars]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/docs/sidebars.js
[nf-icons]: https://www.nerdfonts.com/cheat-sheet
8 changes: 4 additions & 4 deletions docs/docs/contributing-started.mdx
Expand Up @@ -71,7 +71,7 @@ your repository and create pull request in the official Oh my Posh repository.
Clone your fork of Oh my Posh locally, replace `<user>` with your Github username.

```bash
git clone git@github.com:<user>/oh-my-posh3.git
git clone git@github.com:<user>/oh-my-posh.git
```

## Running tests
Expand Down Expand Up @@ -153,7 +153,7 @@ With everything set up, you're ready to start making changes and create your fir
[golang-ci-lint-local]: https://golangci-lint.run/usage/install/#local-installation
[go-bindata]: https://github.com/kevinburke/go-bindata/
[go-global]: https://github.com/golang/go/issues/40276
[pr-go-mod]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/.github/workflows/gomod.yml
[gh-pr]: https://github.com/JanDeDobbeleer/oh-my-posh3/pulls
[omp]: https://github.com/JanDeDobbeleer/oh-my-posh3
[pr-go-mod]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/.github/workflows/gomod.yml
[gh-pr]: https://github.com/JanDeDobbeleer/oh-my-posh/pulls
[omp]: https://github.com/JanDeDobbeleer/oh-my-posh
[gh-fork]: https://guides.github.com/activities/forking/
10 changes: 5 additions & 5 deletions docs/docs/installation.mdx
Expand Up @@ -93,7 +93,7 @@ A [Scoop][scoop] package is available for easy installation.
#### Installation

```powershell
scoop install https://github.com/JanDeDobbeleer/oh-my-posh3/releases/latest/download/oh-my-posh.json
scoop install https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/oh-my-posh.json
```

This installs a couple of things:
Expand Down Expand Up @@ -163,15 +163,15 @@ brew upgrade oh-my-posh
#### Installation

```bash
wget https://github.com/JanDeDobbeleer/oh-my-posh3/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
chmod +x /usr/local/bin/oh-my-posh
```

#### Download the themes

```bash
mkdir ~/.poshthemes
wget https://github.com/JanDeDobbeleer/oh-my-posh3/releases/latest/download/themes.zip -O ~/.poshthemes/themes.zip
wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip -O ~/.poshthemes/themes.zip
unzip ~/.poshthemes/themes.zip -d ~/.poshthemes
chmod u+rw ~/.poshthemes/*.json
rm ~/.poshthemes/themes.zip
Expand Down Expand Up @@ -382,9 +382,9 @@ oh-my-posh --config ~/.mytheme.omp.json
[nerdfonts]: https://www.nerdfonts.com/
[nf-cheat]: https://www.nerdfonts.com/cheat-sheet
[meslo]: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip
[font-thread]: https://github.com/JanDeDobbeleer/oh-my-posh3/issues/145#issuecomment-730162622
[font-thread]: https://github.com/JanDeDobbeleer/oh-my-posh/issues/145#issuecomment-730162622
[powershell]: https://www.powershellgallery.com/packages/oh-my-posh
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/main/themes
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/main/themes
[scoop]: https://scoop.sh
[brew]: https://brew.sh
[prompt]: /docs/installation#3-replace-your-existing-prompt
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/introduction.md
Expand Up @@ -63,9 +63,9 @@ can get started even without having to understand the theming. So, let's no long
[![Liberapay][liberapay-badge]][liberapay]
[![Ko-Fi][kofi-badge]][kofi]

[omp]: https://github.com/JanDeDobbeleer/oh-my-posh
[omp]: https://github.com/JanDeDobbeleer/oh-my-posh2
[omz]: https://github.com/ohmyzsh/ohmyzsh
[omp3]: https://github.com/JanDeDobbeleer/oh-my-posh3
[omp3]: https://github.com/JanDeDobbeleer/oh-my-posh
[wsl]: https://docs.microsoft.com/en-us/windows/wsl/install-win10
[install]: /docs/installation
[patreon-badge]: https://img.shields.io/badge/Support-Become%20a%20Patreon!-red.svg
Expand All @@ -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/main/themes
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/main/themes
[omp-themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/master/Themes
38 changes: 19 additions & 19 deletions docs/docs/themes.md
Expand Up @@ -80,22 +80,22 @@ sidebar_label: 🎨 Themes

[![Zash](/img/themes/zash.png)][Zash]

[Agnoster]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/agnoster.omp.json 'Agnoster'
[AgnosterPlus]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/agnosterplus.omp.json 'AgnosterPlus'
[Aliens]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/aliens.omp.json 'Aliens'
[Avit]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/avit.omp.json 'Avit'
[DarkBlood]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/darkblood.omp.json 'DarkBlood'
[Emodipt]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/emodipt.omp.json 'Emodipt'
[Fish]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/fish.omp.json 'Fish'
[Honukai]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/honukai.omp.json 'Honukai'
[JanDeDobbeleer]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/jandedobbeleer.omp.json 'JanDeDobbeleer'
[Lambda]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/lambda.omp.json 'Lambda'
[Material]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/material.omp.json 'Material'
[ParaRussel]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/ParaRussel.omp.json 'ParaRussel'
[Powerlevel10k_Classic]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/powerlevel10k_classic.omp.json 'Powerlevel10k_Classic'
[Powerlevel10k_Lean]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/powerlevel10k_lean.omp.json 'Powerlevel10k_Lean'
[PowerLine]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/powerline.omp.json 'PowerLine'
[RobbyRussel]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/robbyrussel.omp.json 'RobbyRussel'
[Sorin]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/sorin.omp.json 'Sorin'
[Star]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/star.omp.json 'Star'
[Zash]: https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/themes/zash.omp.json 'Zash'
[Agnoster]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/agnoster.omp.json 'Agnoster'
[AgnosterPlus]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/agnosterplus.omp.json 'AgnosterPlus'
[Aliens]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/aliens.omp.json 'Aliens'
[Avit]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/avit.omp.json 'Avit'
[DarkBlood]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/darkblood.omp.json 'DarkBlood'
[Emodipt]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/emodipt.omp.json 'Emodipt'
[Fish]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/fish.omp.json 'Fish'
[Honukai]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/honukai.omp.json 'Honukai'
[JanDeDobbeleer]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/jandedobbeleer.omp.json 'JanDeDobbeleer'
[Lambda]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/lambda.omp.json 'Lambda'
[Material]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/material.omp.json 'Material'
[ParaRussel]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/ParaRussel.omp.json 'ParaRussel'
[Powerlevel10k_Classic]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/powerlevel10k_classic.omp.json 'Powerlevel10k_Classic'
[Powerlevel10k_Lean]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/powerlevel10k_lean.omp.json 'Powerlevel10k_Lean'
[PowerLine]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/powerline.omp.json 'PowerLine'
[RobbyRussel]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/robbyrussel.omp.json 'RobbyRussel'
[Sorin]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/sorin.omp.json 'Sorin'
[Star]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/star.omp.json 'Star'
[Zash]: https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/zash.omp.json 'Zash'
6 changes: 3 additions & 3 deletions docs/docs/upgrading.md
Expand Up @@ -96,7 +96,7 @@ Do not hesitate to [ask for assistance][issues] when you notice an issue or unex
[omz]: https://github.com/ohmyzsh/ohmyzsh
[golang]: https://golang.org/
[introduction]: /docs/#concept
[v3]: https://github.com/JanDeDobbeleer/oh-my-posh3/
[themesv3]: https://github.com/JanDeDobbeleer/oh-my-posh3/tree/main/themes
[v3]: https://github.com/JanDeDobbeleer/oh-my-posh/
[themesv3]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/main/themes
[configuration]: /docs/configure
[issues]: https://github.com/JanDeDobbeleer/oh-my-posh3/issues/new
[issues]: https://github.com/JanDeDobbeleer/oh-my-posh/issues/new
10 changes: 5 additions & 5 deletions docs/docusaurus.config.js
@@ -1,11 +1,11 @@
module.exports = {
title: "Oh my Posh 3",
title: "Oh my Posh",
tagline: "A prompt theme engine for any shell.",
url: "https://ohmyposh.dev",
baseUrl: "/",
favicon: "img/favicon.ico",
organizationName: "jandedobbeleer",
projectName: "oh-my-posh3",
projectName: "oh-my-posh",
onBrokenLinks: "ignore",
themeConfig: {
sidebarCollapsible: false,
Expand All @@ -27,7 +27,7 @@ module.exports = {
position: "left",
},
{
href: "https://github.com/jandedobbeleer/oh-my-posh3",
href: "https://github.com/jandedobbeleer/oh-my-posh",
label: "GitHub",
position: "right",
},
Expand Down Expand Up @@ -58,7 +58,7 @@ module.exports = {
items: [
{
label: "GitHub",
href: "https://github.com/jandedobbeleer/oh-my-posh3",
href: "https://github.com/jandedobbeleer/oh-my-posh",
},
{
label: "Twitter",
Expand Down Expand Up @@ -89,7 +89,7 @@ module.exports = {
{
docs: {
sidebarPath: require.resolve("./sidebars.js"),
editUrl: "https://github.com/jandedobbeleer/oh-my-posh3/edit/main/docs/",
editUrl: "https://github.com/jandedobbeleer/oh-my-posh/edit/main/docs/",
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down
4 changes: 2 additions & 2 deletions packages/inno/build.ps1
Expand Up @@ -10,11 +10,11 @@ Copy-Item -Path "../../themes" -Destination "./bin" -Recurse

# download the files and pack them
@{name = 'posh-windows-amd64.exe' }, @{name = 'posh-linux-amd64' }, @{name = 'posh-windows-386.exe' } | ForEach-Object -Process {
$download = "https://github.com/jandedobbeleer/oh-my-posh3/releases/download/v$Version/$($_.name)"
$download = "https://github.com/jandedobbeleer/oh-my-posh/releases/download/v$Version/$($_.name)"
Invoke-WebRequest $download -Out "./bin/$($_.name)"
}
# lisence
Invoke-WebRequest "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/v$Version/COPYING" -Out "./bin/COPYING.txt"
Invoke-WebRequest "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/v$Version/COPYING" -Out "./bin/COPYING.txt"
$content = Get-Content '.\oh-my-posh.iss' -Raw
$content = $content.Replace('<VERSION>', $Version)
$content | Out-File -Encoding 'UTF8' ".oh-my-posh-$Version.iss"
Expand Down
2 changes: 1 addition & 1 deletion packages/inno/oh-my-posh.iss
Expand Up @@ -6,7 +6,7 @@ DefaultGroupName=Oh my Posh
PrivilegesRequired=lowest
AppPublisher=Jan De Dobbeleer
AppPublisherURL=https://ohmyposh.dev
AppSupportURL=https://github.com/JanDeDobbeleer/oh-my-posh3/issues
AppSupportURL=https://github.com/JanDeDobbeleer/oh-my-posh/issues
LicenseFile="bin\COPYING.txt"
OutputBaseFilename=install

Expand Down
2 changes: 1 addition & 1 deletion packages/powershell/oh-my-posh/deploy.ps1
Expand Up @@ -21,7 +21,7 @@ Copy-Item -Path "../../../themes" -Destination "./themes" -Recurse
# fetch all the binaries from the version's GitHub release
New-Item -Path "./" -Name "bin" -ItemType "directory"
"posh-windows-amd64.exe", "posh-darwin-amd64", "posh-linux-amd64" | ForEach-Object -Process {
$download = "https://github.com/jandedobbeleer/oh-my-posh3/releases/download/v$BinVersion/$_"
$download = "https://github.com/jandedobbeleer/oh-my-posh/releases/download/v$BinVersion/$_"
Invoke-WebRequest $download -Out "./bin/$_"
}
# publish the module
Expand Down
6 changes: 3 additions & 3 deletions packages/powershell/oh-my-posh/oh-my-posh.psd1
@@ -1,5 +1,5 @@
#
# Module manifest for module 'oh-my-posh3'
# Module manifest for module 'oh-my-posh'
#
# Generated by: Jan De Dobbeleer
#
Expand Down Expand Up @@ -39,9 +39,9 @@
# 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/main/COPYING'
LicenseUri = 'https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/COPYING'
# A URL to the main website for this project.
ProjectUri = 'https://github.com/JanDeDobbeleer/oh-my-posh3'
ProjectUri = 'https://github.com/JanDeDobbeleer/oh-my-posh'
} # End of PSData hashtable
} # End of PrivateData hashtable
}
Expand Down
2 changes: 1 addition & 1 deletion packages/scoop/build.ps1
Expand Up @@ -10,7 +10,7 @@ Copy-Item -Path "../../themes" -Destination "./bin" -Recurse

# Download the files and pack them
@{name = 'posh-windows-amd64.exe'; outName = 'oh-my-posh.exe' }, @{name = 'posh-linux-amd64'; outName = 'oh-my-posh-wsl' } | ForEach-Object -Process {
$download = "https://github.com/jandedobbeleer/oh-my-posh3/releases/download/v$Version/$($_.name)"
$download = "https://github.com/jandedobbeleer/oh-my-posh/releases/download/v$Version/$($_.name)"
Invoke-WebRequest $download -Out "./bin/$($_.outName)"
}
$compress = @{
Expand Down
8 changes: 4 additions & 4 deletions packages/scoop/oh-my-posh.json
Expand Up @@ -4,11 +4,11 @@
"homepage": "https://ohmyposh.dev",
"license": {
"identifier": "GPL-3.0-only",
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/blob/main/COPYING"
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/COPYING"
},
"architecture": {
"64bit": {
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v<VERSION>/posh-windows-wsl-amd64.7z",
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/posh-windows-wsl-amd64.7z",
"hash": "<HASH>"
}
},
Expand All @@ -17,7 +17,7 @@
"oh-my-posh.exe"
],
"checkver": {
"github": "https://github.com/JanDeDobbeleer/oh-my-posh3"
"github": "https://github.com/JanDeDobbeleer/oh-my-posh"
},
"post_install": [
"Write-Host 'Thanks for installing Oh my Posh.'",
Expand All @@ -26,7 +26,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JanDeDobbeleer/oh-my-posh3/releases/download/v$version/posh-windows-wsl-amd64.7z",
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v$version/posh-windows-wsl-amd64.7z",
"hash": {
"url": "$url.sha256"
}
Expand Down
2 changes: 1 addition & 1 deletion src/go.mod
@@ -1,4 +1,4 @@
module github.com/jandedobbeleer/oh-my-posh3
module github.com/jandedobbeleer/oh-my-posh

go 1.15

Expand Down
2 changes: 1 addition & 1 deletion src/segment_ruby_test.go
Expand Up @@ -60,7 +60,7 @@ func TestRuby(t *testing.T) {
DisplayVersion: true,
HasRubyFiles: true,
HasAsdf: true,
Version: "ruby 2.6.3 /Users/jan/Projects/oh-my-posh3/.tool-versions",
Version: "ruby 2.6.3 /Users/jan/Projects/oh-my-posh/.tool-versions",
},
{
Case: "Version with asdf not set",
Expand Down
2 changes: 1 addition & 1 deletion src/segment_test.go
Expand Up @@ -8,7 +8,7 @@ import (
)

const (
cwd = "Projects/oh-my-posh3"
cwd = "Projects/oh-my-posh"
)

func TestMapSegmentWriterCanMap(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion themes/agnoster.omp.json
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
Expand Down
2 changes: 1 addition & 1 deletion themes/agnosterplus.omp.json
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
Expand Down
2 changes: 1 addition & 1 deletion themes/aliens.omp.json
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
Expand Down
2 changes: 1 addition & 1 deletion themes/avit.omp.json
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
Expand Down
2 changes: 1 addition & 1 deletion themes/darkblood.omp.json
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
Expand Down
2 changes: 1 addition & 1 deletion themes/emodipt.omp.json
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
Expand Down
2 changes: 1 addition & 1 deletion themes/fish.omp.json
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
Expand Down
2 changes: 1 addition & 1 deletion themes/honukai.omp.json
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
Expand Down
2 changes: 1 addition & 1 deletion themes/jandedobbeleer.omp.json
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh3/main/themes/schema.json",
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
Expand Down

0 comments on commit b59b419

Please sign in to comment.