From 177eab4baa84c4eb4f3ca19fb2fbc6ce51ca46bb Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 25 Mar 2024 18:00:52 +0100 Subject: [PATCH] Don't load profile while configuring Oh My Posh --- scripts/Common/Config/Oh My Posh/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Common/Config/Oh My Posh/install.sh b/scripts/Common/Config/Oh My Posh/install.sh index 89dbf526..b2306e42 100755 --- a/scripts/Common/Config/Oh My Posh/install.sh +++ b/scripts/Common/Config/Oh My Posh/install.sh @@ -17,6 +17,6 @@ cat ~/.mnt/$NEXTCLOUD_DIR/.omp/manuel.omp.json | sudo tee "$themeDir/manuel.omp. echo "oh-my-posh completion fish | source"; } | addFishProfile "oh-my-posh" "Oh My Posh!"; -pwsh ./install.ps1; +pwsh -NoProfile ./install.ps1; popd > /dev/null;