From cf8e6b0b64fa9d817d010d97593dad46e7708185 Mon Sep 17 00:00:00 2001 From: ClassicDarkChocolate <32133670+ClassicDarkChocolate@users.noreply.github.com> Date: Sat, 21 May 2022 01:35:24 +0800 Subject: [PATCH] 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 * Simplify notes Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: ClassicDarkChocolate <> Co-authored-by: tech189 Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/oh-my-posh.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bucket/oh-my-posh.json b/bucket/oh-my-posh.json index 16c7e1e93f..ffd03ae03b 100644 --- a/bucket/oh-my-posh.json +++ b/bucket/oh-my-posh.json @@ -3,15 +3,17 @@ "description": "A prompt theme engine for any shell", "homepage": "https://ohmyposh.dev", "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": { "64bit": { "url": "https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v7.86.0/posh-windows-amd64.7z", "hash": "8e61f4099dce73c3f2d9765b4161a4233516f62b742379d0694d466ad0de5911" } }, + "env_set": { + "POSH_THEMES_PATH": "$dir\\themes" + }, "bin": "bin\\oh-my-posh.exe", - "persist": "themes", "checkver": { "github": "https://github.com/JanDeDobbeleer/oh-my-posh" },