Skip to content

Commit ce38a53

Browse files
committed
Auto save history bugfix
1 parent 6774889 commit ce38a53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/features/bash-config/config/bash-config-rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ __bash_prompt() {
3737
}
3838
__bash_prompt
3939
export PROMPT_DIRTRIM=4
40+
export PROMPT_COMMAND="history -a"
4041

4142
# enable bash completion for git
4243
if [[ -f /usr/share/bash-completion/completions/git ]]; then

0 commit comments

Comments
 (0)