again
This commit is contained in:
parent
f181d900d1
commit
c74398a162
147
.obsidian/plugins/terminal/data.json
vendored
147
.obsidian/plugins/terminal/data.json
vendored
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user