aboutsummaryrefslogtreecommitdiff
path: root/bash/.bashrc
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-01-07 16:55:47 -0500
committerTucker Evans <tuckerevans24@gmail.com>2019-01-07 16:55:47 -0500
commit8fcfa5a1fefd96786a35425e80804bc90be995ae (patch)
tree8a66695b1456b64c284a328739fa8ba3222b15cd /bash/.bashrc
parent1338918b84228575af52ecb16846415aa172b135 (diff)
Updates .bashrc and git-prompt
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index dc18213..aa56e8e 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -4,8 +4,8 @@ set -o vi
PATH=~/bin:$PATH
source ~/.pass_completion
-HISTSIZE=1000
-HISTFILESIZE=8000
+HISTSIZE=10000000
+HISTFILESIZE=8000000
# If not running interactively, don't do anything
[[ $- != *i* ]] && return