Install Oh My Posh to pwsh as root

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

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 -NoProfile ./install.ps1;
sudo pwsh -NoProfile ./install.ps1;
popd > /dev/null;