We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ee26a commit 2f17842Copy full SHA for 2f17842
.bashrc
@@ -0,0 +1 @@
1
+complete -C /usr/local/bin/aws_completer aws
.devcontainer/devcontainer.json
@@ -10,13 +10,14 @@
10
"features": {
11
"ghcr.io/devcontainers/features/aws-cli:1": {},
12
"ghcr.io/devcontainers-contrib/features/aws-cdk:2": {}
13
- }
+ },
14
15
// Use 'forwardPorts' to make a list of ports inside the container available locally.
16
// "forwardPorts": [],
17
18
// Use 'postCreateCommand' to run commands after the container is created.
19
// "postCreateCommand": "uname -a",
20
+ "postCreateCommand": "cp .bashrc ~/"
21
22
// Configure tool-specific properties.
23
// "customizations": {},
0 commit comments