don't reload history on each prompt

This commit is contained in:
Jérémy Lecour 2018-09-13 16:54:00 +02:00 committed by Jérémy Lecour
parent 6363e84d37
commit 81e9b3d33c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
- "export HISTSIZE=65535"
- "export HISTTIMEFORMAT=\"%c : \""
- "shopt -s histappend"
- "PROMPT_COMMAND=\"history -a;history -n;${PROMPT_COMMAND}\""
- "PROMPT_COMMAND=\"history -a;${PROMPT_COMMAND}\""
when: evolinux_root_bashrc
## .bash_history should be append-only