Add xh to plain-text agents (#695)

pull/712/head
Igor Chubin 2 years ago
parent 255b7dbb49
commit c40859505a

@ -30,6 +30,7 @@ var plainTextAgents = []string{
"fetch",
"aiohttp",
"http_get",
"xh",
}
var lruCache *lru.Cache

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

Loading…
Cancel
Save