Skip to content
Snippets Groups Projects
Commit 97e9dd4c authored by nimrod's avatar nimrod
Browse files

- Keep .bash_history consistent.

parent 2221ea80
No related branches found
No related tags found
No related merge requests found
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
export HISTCONTROL=ignoreboth
export LANG=en_US.UTF8
export HISTCONTROL=ignoreboth:erasedups
export HISTSIZE=100000
export HISTFILESIZE=100000
export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
shopt -s histappend
shopt -s checkwinsize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment