Infinite bash history
This commit is contained in:
parent
139e9fc5c8
commit
995273399b
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ fi
|
||||||
|
|
||||||
export BROWSER="firefox-developer-edition"
|
export BROWSER="firefox-developer-edition"
|
||||||
|
|
||||||
|
# unlimited history
|
||||||
|
export HISTSIZE=""
|
||||||
|
|
||||||
# load a per-device config last so anything can be overridden
|
# load a per-device config last so anything can be overridden
|
||||||
if [ -a "$HOME/.env_bashrc" ]; then
|
if [ -a "$HOME/.env_bashrc" ]; then
|
||||||
source "$HOME/.env_bashrc"
|
source "$HOME/.env_bashrc"
|
||||||
|
|
Reference in a new issue