summaryrefslogtreecommitdiffstats
path: root/src/configs/dotnet.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/configs/dotnet.rs')
-rw-r--r--src/configs/dotnet.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configs/dotnet.rs b/src/configs/dotnet.rs
index aac52fee0..33118e7c9 100644
--- a/src/configs/dotnet.rs
+++ b/src/configs/dotnet.rs
@@ -18,7 +18,7 @@ impl<'a> Default for DotnetConfig<'a> {
fn default() -> Self {
DotnetConfig {
format: "[$symbol($version )(🎯 $tfm )]($style)",
- symbol: "•NET ",
+ symbol: ".NET ",
style: "blue bold",
heuristic: true,
disabled: false,