Skip to content

Commit 0dae29f

Browse files
author
Richard Cunningham
committed
Create terminalhistory with ID/name parity
1 parent 5fbe9bf commit 0dae29f

File tree

3 files changed

+3
-94
lines changed

3 files changed

+3
-94
lines changed

.devcontainer/features/sterminalhistory/devcontainer-feature.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

.devcontainer/features/sterminalhistory/install.sh

Lines changed: 0 additions & 70 deletions
This file was deleted.
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "BASH terminal auto history configuration",
3-
"id": "bashconfig",
2+
"name": "BASH terminal auto history configuration",
3+
"id": "terminalhistory",
44
"version": "1.0.0",
55
"description": "Make default BASH terminal nicer",
66
"containerEnv": {
@@ -14,8 +14,5 @@
1414
"type": "bind"
1515
}
1616
],
17-
"onCreateCommand": "bash /devcontainer_staging/onCreateCommand.sh",
18-
"installsAfter": [
19-
"ghcr.io/devcontainers/features/common-utils"
20-
]
17+
"onCreateCommand": "bash /devcontainer_staging/onCreateCommand.sh"
2118
}

0 commit comments

Comments
 (0)