diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-28 17:03:23 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-28 17:03:23 +0200 |
commit | 1648eb59820993a1f4eec941f3b42b30d3e921b9 (patch) | |
tree | e42788c3de60a13668950ae19b2a626e95204a22 | |
parent | 3b29cf84f7ef869b2baf1a4b1be7def3ce375a9e (diff) |
bashrc: increased history size
-rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ [[ $- != *i* ]] && return HISTCONTROL=ignoreboth:erasedups -HISTSIZE=1000 -HISTFILESIZE=5000 +HISTSIZE=100000 +HISTFILESIZE=$HISTSIZE shopt -s histappend shopt -s checkwinsize |