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", "aiohttp",
"http_get", "http_get",
"xh", "xh",
"nushell",
} }
} }

View file

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