diff --git a/dotfiles/bash/.bashrc b/dotfiles/bash/.bashrc index 0eaf86a..b7c4f09 100644 --- a/dotfiles/bash/.bashrc +++ b/dotfiles/bash/.bashrc @@ -5,8 +5,8 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return -export HISTSIZE=10000 -export HISTFILESIZE=10000 +export HISTSIZE=100000 +export HISTFILESIZE=100000 export PATH="$HOME/.bin:$PATH" # define a default editor