From d2cb74c47f061ef1bbf9f78e870e80569717c8bf Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sat, 21 Apr 2018 11:46:13 -0400 Subject: Makes minor changes to configs --- bash/.bash_profile | 4 ++++ bash/.bashrc | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 bash/.bash_profile (limited to 'bash') diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..6d8c25b --- /dev/null +++ b/bash/.bash_profile @@ -0,0 +1,4 @@ +# .bash_profile + +# Get the aliases and functions +[ -f $HOME/.bashrc ] && . $HOME/.bashrc diff --git a/bash/.bashrc b/bash/.bashrc index 11d51e4..5399a88 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -2,6 +2,8 @@ set -o vi source ~/.pass_completion +HISTSIZE=1000 +HISTFILESIZE=8000 # If not running interactively, don't do anything [[ $- != *i* ]] && return -- cgit v1.1