about summary refs log tree commit diff
path: root/nixos/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/.bashrc')
-rw-r--r--nixos/.bashrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/.bashrc b/nixos/.bashrc
index c05cab9..520193d 100644
--- a/nixos/.bashrc
+++ b/nixos/.bashrc
@@ -13,8 +13,7 @@ HISTCONTROL=ignoreboth
 shopt -s histappend
 
 # for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
-HISTSIZE=32767
-HISTFILESIZE=65536
+HISTSIZE=-1
 
 # check the window size after each command and, if necessary,
 # update the values of LINES and COLUMNS.