We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c18b2e commit a95b39cCopy full SHA for a95b39c
crates/atuin-client/config.toml
@@ -192,6 +192,7 @@ enter_accept = true
192
# "composer",
193
# "dnf",
194
# "docker",
195
+# "dotnet",
196
# "git",
197
# "go",
198
# "ip",
crates/atuin-client/src/settings.rs
@@ -295,6 +295,7 @@ impl Stats {
295
"composer",
296
"dnf",
297
"docker",
298
+ "dotnet",
299
"git",
300
"go",
301
"ip",
0 commit comments