move terminal-tab to use .profile

This commit is contained in:
Eugene Pankov
2021-07-13 21:47:06 +02:00
parent 9d224cbce2
commit ca9f11484c
8 changed files with 69 additions and 45 deletions

View File

@@ -8,7 +8,7 @@ export interface Profile {
type: string
name: string
group?: string
options?: Record<string, any>
options: Record<string, any>
icon?: string
color?: string