mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
oh-my-posh@7.85.4: Add theme path to env_set (#3591)
* oh-my-posh@7.85.4: update env_set and others * Update bucket/oh-my-posh.json Co-authored-by: tech189 <dlloyd189@gmail.com> * Simplify notes Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: ClassicDarkChocolate <> Co-authored-by: tech189 <dlloyd189@gmail.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
300ba8f795
commit
cf8e6b0b64
@ -3,15 +3,17 @@
|
|||||||
"description": "A prompt theme engine for any shell",
|
"description": "A prompt theme engine for any shell",
|
||||||
"homepage": "https://ohmyposh.dev",
|
"homepage": "https://ohmyposh.dev",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"notes": "Refer to 'https://ohmyposh.dev/docs/windows#replace-your-existing-prompt' for shell specific configurations.",
|
"notes": "Refer to 'https://ohmyposh.dev/docs/installation/prompt' for shell specific configurations.",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.86.0/posh-windows-amd64.7z",
|
"url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.86.0/posh-windows-amd64.7z",
|
||||||
"hash": "8e61f4099dce73c3f2d9765b4161a4233516f62b742379d0694d466ad0de5911"
|
"hash": "8e61f4099dce73c3f2d9765b4161a4233516f62b742379d0694d466ad0de5911"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"env_set": {
|
||||||
|
"POSH_THEMES_PATH": "$dir\\themes"
|
||||||
|
},
|
||||||
"bin": "bin\\oh-my-posh.exe",
|
"bin": "bin\\oh-my-posh.exe",
|
||||||
"persist": "themes",
|
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/JanDeDobbeleer/oh-my-posh"
|
"github": "https://github.com/JanDeDobbeleer/oh-my-posh"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user