Compare commits
2 Commits
3c43353162
...
9ff918d8c5
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ff918d8c5 | |||
| f3f2bd9865 |
@@ -27,8 +27,8 @@
|
||||
},
|
||||
// Uncomment to persist bash history between sessions
|
||||
{
|
||||
"source": "${localEnv:HOME}${localEnv:USERPROFILE}/.bash_history",
|
||||
"target": "/root/.bash_history",
|
||||
"source": "${localEnv:HOME}/.bash_history",
|
||||
"target": "/home/ubuntu/.bash_history",
|
||||
"type": "bind"
|
||||
},
|
||||
// add dri3
|
||||
@@ -55,5 +55,5 @@
|
||||
},
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/common-utils:2": {}
|
||||
}
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user