summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-11-21 17:19:41 +0100
committerRobert Günzler <r@gnzler.io>2022-11-21 17:19:41 +0100
commit6ab81fa8fb6cbc628854a652ada2ef88715af230 (patch)
treebf5cf91b16a9baf711e844f1d3e4f101c12cfd5d
parent76c9846dcbb8ddc157d016be8cf4afbfd1af7d89 (diff)
.bashrc: use history defaults
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 25fb9da..3ccd14d 100644
--- a/.bashrc
+++ b/.bashrc
@@ -25,8 +25,8 @@ bind -m vi-insert -x '"\C-l": clear'
 
 # Append to history file
 shopt -s histappend
-HISTSIZE=50000
-HISTFILESIZE=500000
+#HISTSIZE=50000
+#HISTFILESIZE=500000
 HISTCONTROL=ignorespace
 
 # set window title