Add `nushell` agent

pull/917/head
Bruce Weirdan 8 months ago
parent 4446bf6c0b
commit 1d2352e0f2
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

@ -37,6 +37,7 @@ func plainTextAgents() []string {
"aiohttp",
"http_get",
"xh",
"nushell",
}
}

@ -90,6 +90,7 @@ PLAIN_TEXT_AGENTS = [
"aiohttp",
"http_get",
"xh",
"nushell",
]
PLAIN_TEXT_PAGES = [':help', ':bash.function', ':translation', ':iterm2']

Loading…
Cancel
Save