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