1
0
Fork 0

.bashrc: update history config

main
urosm 2024-09-21 18:04:36 +02:00
parent d22e25bdb7
commit 01463a3a4f
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ alias lll="ls -AFl"
# history
HISTCONTROL="ignoreboth:erasedups"
HISTFILESIZE="-1"
HISTFILESIZE=-1
HISTSIZE=-1
HISTIGNORE="q"
shopt -s histappend
PROMPT_COMMAND=${PROMPT_COMMAND:+${PROMPT_COMMAND%;}; }"history -a; history -c; history -r;"