From 8fcfa5a1fefd96786a35425e80804bc90be995ae Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Mon, 7 Jan 2019 16:55:47 -0500 Subject: Updates .bashrc and git-prompt --- bash/.bashrc | 4 ++-- bash/.git-prompt | 2 +- 2 files changed, 3 insertions(+), 3 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 diff --git a/bash/.git-prompt b/bash/.git-prompt index 9c07945..21063bc 160000 --- a/bash/.git-prompt +++ b/bash/.git-prompt @@ -1 +1 @@ -Subproject commit 9c07945385121e1e4d09074da04d1b5c04722a35 +Subproject commit 21063bcd924bd8efb65eb36b2fe12ffd6ed1b6a5 -- cgit v1.1