Compare commits

...

2 Commits

View File

@@ -27,8 +27,8 @@
}, },
// Uncomment to persist bash history between sessions // Uncomment to persist bash history between sessions
{ {
"source": "${localEnv:HOME}${localEnv:USERPROFILE}/.bash_history", "source": "${localEnv:HOME}/.bash_history",
"target": "/root/.bash_history", "target": "/home/ubuntu/.bash_history",
"type": "bind" "type": "bind"
}, },
// add dri3 // add dri3
@@ -55,5 +55,5 @@
}, },
"features": { "features": {
"ghcr.io/devcontainers/features/common-utils:2": {} "ghcr.io/devcontainers/features/common-utils:2": {}
} },
} }