From be639ff3d0800ef9ee8b1321b9e75296c40c7732 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 89dbf526c..b2306e42b 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;