We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6774889 commit ce38a53Copy full SHA for ce38a53
.devcontainer/features/bash-config/config/bash-config-rc
@@ -37,6 +37,7 @@ __bash_prompt() {
37
}
38
__bash_prompt
39
export PROMPT_DIRTRIM=4
40
+export PROMPT_COMMAND="history -a"
41
42
# enable bash completion for git
43
if [[ -f /usr/share/bash-completion/completions/git ]]; then
0 commit comments