mirror of
https://github.com/eugeny/tabby
synced 2026-09-16 01:55:42 +00:00
8 lines
325 B
TypeScript
8 lines
325 B
TypeScript
export const PLUGIN_BLACKLIST = [
|
|
'terminus-shell-selector', // superseded by profiles
|
|
'terminus-scrollbar', // now useless
|
|
'terminus-clickable-links', // now bundled with Tabby
|
|
'tabby-clickable-links', // now bundled with Tabby
|
|
'terminus-clickable-ips', // broken, functionality now bundled with Tabby
|
|
]
|