diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index bd162172..864f2f3b 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -17,8 +17,8 @@ export XDG_VIDEOS_DIR PATH="$(find "$HOME/.local/bin" -type d -exec printf '%s:' '{}' \+)$PATH" export PATH -export HISTSIZE=15000 -export HISTFILESIZE=15000 +export HISTSIZE=100000 +export HISTFILESIZE=100000 export HISTCONTROL=ignorespace # sqlite uses VISUAL for the edit() SQL function default text editor |