Skip to content

Commit

Permalink
build(dev-container): add git auto-completion via .bashrc
Browse files Browse the repository at this point in the history
[skip ci]

Fixes hyperledger#2215

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Nov 10, 2023
1 parent 59d486c commit 3f42f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"codeandstuff.package-json-upgrade"
]
}
}
},

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand All @@ -87,7 +87,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "uname -a",
"postCreateCommand": "echo \"source /usr/share/bash-completion/completions/git\" >> ~/.bashrc"

// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit 3f42f10

Please sign in to comment.