-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: always use the simpler "bira" theme
- Loading branch information
1 parent
c92d6ba
commit f6e8fdd
Showing
1 changed file
with
1 addition
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |