summaryrefslogtreecommitdiff
path: root/bash_profile
diff options
context:
space:
mode:
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"