1
0
Fork 0

.bashrc: drop history config

main
urosm 2024-07-29 12:21:38 +02:00
parent c5f0bfe343
commit 1204977fde
1 changed files with 0 additions and 6 deletions

View File

@ -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\] "