From 9ab74aa58506679d9e7045d2744c9b4e1181656b Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Wed, 6 Dec 2017 12:02:21 -0800
Subject: [PATCH] Increasing the HISTSIZE in bashrc

---
 bashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bashrc b/bashrc
index d5592df..50204fd 100644
--- a/bashrc
+++ b/bashrc
@@ -13,7 +13,7 @@ HISTCONTROL=ignoredups:ignorespace
 shopt -s histappend
 
 # for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
-HISTSIZE=1000
+HISTSIZE=2000
 HISTFILESIZE=2000
 
 # check the window size after each command and, if necessary,
-- 
GitLab