Add nushell agent

This commit is contained in:
Bruce Weirdan 2023-09-16 22:22:41 +02:00
parent 4446bf6c0b
commit 1d2352e0f2
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D
2 changed files with 2 additions and 0 deletions

View File

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

View File

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