()
| 31 | } |
| 32 | |
| 33 | export function getTerminalPlistPath(): string { |
| 34 | return join(homedir(), 'Library', 'Preferences', 'com.apple.Terminal.plist') |
| 35 | } |
| 36 | |
| 37 | export async function backupTerminalPreferences(): Promise<string | null> { |
| 38 | const terminalPlistPath = getTerminalPlistPath() |
no outgoing calls
no test coverage detected