From 2da8f2bcaeb0b59aa95f780c50aaaa0bf1e2cbc7 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Wed, 23 Feb 2022 18:09:24 -0800 Subject: [PATCH] Disable plasma desktop config as it's causing issues with WSL --- dotenv.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotenv.sh b/dotenv.sh index d2e1ef8..916a50a 100755 --- a/dotenv.sh +++ b/dotenv.sh @@ -33,5 +33,6 @@ source ~/.nvm/nvm.sh # Plasma Desktop if [[ "$XDG_CURRENT_DESKTOP" -eq "KDE" ]]; then - ./scripts/install-plasma.sh + echo "Plasma desktop crap disabled" + #./scripts/install-plasma.sh fi \ No newline at end of file