From 1204977fde554ecc764e864f3a629911c43ce667 Mon Sep 17 00:00:00 2001 From: urosm Date: Mon, 29 Jul 2024 12:21:38 +0200 Subject: [PATCH] .bashrc: drop history config --- .bashrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.bashrc b/.bashrc index b8587d4..42d513e 100644 --- a/.bashrc +++ b/.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\] "