.bashrc: drop history config
parent
c5f0bfe343
commit
1204977fde
6
.bashrc
6
.bashrc
|
@ -3,12 +3,6 @@
|
|||
# if not running interactively, don't do anything
|
||||
[ -z "$PS1" ] && return
|
||||
|
||||
# history
|
||||
HISTFILESIZE=-1
|
||||
HISTCONTROL=ignoredups:erasedups
|
||||
trap "history -n; history -w; history -c; history -r;" EXIT
|
||||
PROMPT_COMMAND="history -n; history -w; history -c; history -r; $PROMPT_COMMAND"
|
||||
|
||||
# prompt
|
||||
PS1="\[\033[01m\]\u@\h:\[\e[01;34m\]\w\[\e[37m\]\$\[\e[00m\] "
|
||||
|
||||
|
|
Loading…
Reference in New Issue