diff options
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ HISTCONTROL=ignoreboth # append to the history file, don't overwrite it shopt -s histappend +# some testing stuff. +# Let's add a few lines and then doing something else + # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) HISTSIZE=1000 HISTFILESIZE=2000 |
