From f6e8fdd6a3ad9829e7de73d3e6552d7e53c4834a Mon Sep 17 00:00:00 2001
From: Pascal Zarrad
Date: Thu, 10 Mar 2022 00:02:42 +0100
Subject: [PATCH] feat: always use the simpler "bira" theme
---
plugins/theme-loader/plugin.sh | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/plugins/theme-loader/plugin.sh b/plugins/theme-loader/plugin.sh
index aaf9101..bad25c4 100644
--- a/plugins/theme-loader/plugin.sh
+++ b/plugins/theme-loader/plugin.sh
@@ -25,12 +25,4 @@
# Email : P.Zarrad@outlook.de
#==================================================================
-# As WSL can install powerline fonts, they need also be installed on windows itself.
-# So we just check if we're running on WSL and use another good font.
-if grep -q "Microsoft" "/proc/version" || grep -q ".*microsoft-standard*." "/proc/version"
- then
- echo "Running on Windows Subsystem for Linux, falling back to bira theme!"
- apply_antigen_theme "bira"
- else
- apply_antigen_theme "agnoster"
-fi
+apply_antigen_theme "bira"