Skip to content
Snippets Groups Projects
Commit 9ab74aa5 authored by Chris Coley's avatar Chris Coley
Browse files

Increasing the HISTSIZE in bashrc

parent 6666052a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ HISTCONTROL=ignoredups:ignorespace
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTSIZE=2000
HISTFILESIZE=2000
# check the window size after each command and, if necessary,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment