Don't load profile while configuring Oh My Posh

This commit is contained in:
Manuel Thalmann 2024-03-25 18:00:52 +01:00
parent 1df2c801a0
commit 177eab4baa

View file

@ -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;