Skip to content

Commit 0fcb8e0

Browse files
author
Richard Cunningham
committed
try a minimum viable version of terminalhistory for publishing
1 parent e76fccd commit 0fcb8e0

File tree

4 files changed

+13
-102
lines changed

4 files changed

+13
-102
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Another BASH terminal auto history configuration",
3+
"id": "bashconfigtwo",
4+
"version": "1.0.0",
5+
"description": "Make default BASH terminal nicer again"
6+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
set -e
3+
4+
echo "Activating feature 'terminal-history'"
5+
echo "User: ${_REMOTE_USER} User home: ${_REMOTE_USER_HOME}"
6+
7+
mkdir -p $CONFIG_STAGING

.devcontainer/features/stolen4test/devcontainer-feature.json

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

.devcontainer/features/stolen4test/install.sh

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

0 commit comments

Comments
 (0)