summaryrefslogtreecommitdiff
path: root/bash_profile
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2026-03-31 12:35:38 +0100
committerBlake Romero <blake@developercraft.com>2026-03-31 12:35:38 +0100
commit73b365c019a5d8a4f6936eba8bde40f42e70fab1 (patch)
tree6f335dad204a2a9601842f8886f9595c4e6400a4 /bash_profile
parent0153f49c23dc38c06fd2206eb5d27be5d0877780 (diff)
Move history vars into bash_profile & update bashrc comments
Diffstat (limited to 'bash_profile')
-rw-r--r--bash_profile4
1 files changed, 4 insertions, 0 deletions
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"