From 73b365c019a5d8a4f6936eba8bde40f42e70fab1 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Tue, 31 Mar 2026 12:35:38 +0100 Subject: Move history vars into bash_profile & update bashrc comments --- bash_profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bash_profile') diff --git a/bash_profile b/bash_profile index 183cb74..8548d9a 100644 --- a/bash_profile +++ b/bash_profile @@ -28,6 +28,10 @@ fi # History export HISTFILE="$HOME/.cache/bash_history" +export HISTTIMEFORMAT="%F %T " +export HISTCONTROL="ignoredups" +export HISTSIZE=5000 +export HISTFILESIZE=10000 # Less export LESS="-R" -- cgit