Skip to content

Commit

Permalink
feat: always use the simpler "bira" theme
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-zarrad authored Mar 9, 2022
1 parent c92d6ba commit f6e8fdd
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions plugins/theme-loader/plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,4 @@
# Email : [email protected]
#==================================================================

# 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"

0 comments on commit f6e8fdd

Please sign in to comment.