diff --git a/.obsidian/plugins/terminal/data.json b/.obsidian/plugins/terminal/data.json deleted file mode 100644 index 1bd776a..0000000 --- a/.obsidian/plugins/terminal/data.json +++ /dev/null @@ -1,147 +0,0 @@ -{ - "addToCommand": true, - "addToContextMenu": true, - "createInstanceNearExistingOnes": true, - "errorNoticeTimeout": 0, - "exposeInternalModules": true, - "focusOnNewInstance": true, - "hideStatusBar": "focused", - "interceptLogging": true, - "language": "", - "newInstanceBehavior": "newHorizontalSplit", - "noticeTimeout": 5, - "openChangelogOnUpdate": true, - "pinNewInstance": true, - "preferredRenderer": "webgl", - "profiles": { - "darwinExternalDefault": { - "args": [ - "\"$PWD\"" - ], - "executable": "/System/Applications/Utilities/Terminal.app/Contents/macOS/Terminal", - "name": "", - "platforms": { - "darwin": true - }, - "restoreHistory": true, - "successExitCodes": [ - "0", - "SIGINT", - "SIGTERM" - ], - "terminalOptions": { - "documentOverride": null - }, - "type": "external" - }, - "darwinIntegratedDefault": { - "args": [], - "executable": "/bin/zsh", - "name": "", - "platforms": { - "darwin": true - }, - "pythonExecutable": "python3", - "restoreHistory": true, - "successExitCodes": [ - "0", - "SIGINT", - "SIGTERM" - ], - "terminalOptions": { - "documentOverride": null - }, - "type": "integrated", - "useWin32Conhost": true - }, - "developerConsole": { - "name": "", - "restoreHistory": true, - "successExitCodes": [ - "0", - "SIGINT", - "SIGTERM" - ], - "terminalOptions": { - "documentOverride": null - }, - "type": "developerConsole" - }, - "linuxExternalDefault": { - "args": [], - "executable": "xterm", - "name": "", - "platforms": { - "linux": true - }, - "restoreHistory": true, - "successExitCodes": [ - "0", - "SIGINT", - "SIGTERM" - ], - "terminalOptions": { - "documentOverride": null - }, - "type": "external" - }, - "linuxIntegratedDefault": { - "args": [], - "executable": "/bin/sh", - "name": "", - "platforms": { - "linux": true - }, - "pythonExecutable": "python3", - "restoreHistory": true, - "successExitCodes": [ - "0", - "SIGINT", - "SIGTERM" - ], - "terminalOptions": { - "documentOverride": null - }, - "type": "integrated", - "useWin32Conhost": true - }, - "win32ExternalDefault": { - "args": [], - "executable": "C:\\Windows\\System32\\cmd.exe", - "name": "", - "platforms": { - "win32": true - }, - "restoreHistory": true, - "successExitCodes": [ - "0", - "SIGINT", - "SIGTERM" - ], - "terminalOptions": { - "documentOverride": null - }, - "type": "external" - }, - "win32IntegratedDefault": { - "args": [], - "executable": "C:\\Windows\\System32\\cmd.exe", - "name": "", - "platforms": { - "win32": true - }, - "pythonExecutable": "python3", - "restoreHistory": true, - "successExitCodes": [ - "0", - "SIGINT", - "SIGTERM" - ], - "terminalOptions": { - "documentOverride": null - }, - "type": "integrated", - "useWin32Conhost": true - } - } -} \ No newline at end of file