Infinite bash history

This commit is contained in:
Daniel Flanagan 2018-11-14 08:34:53 -06:00
parent 139e9fc5c8
commit 995273399b
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,9 @@ fi
export BROWSER="firefox-developer-edition"
# unlimited history
export HISTSIZE=""
# load a per-device config last so anything can be overridden
if [ -a "$HOME/.env_bashrc" ]; then
source "$HOME/.env_bashrc"