diff options
author | xyz <gky44px1999@gmail.com> | 2021-08-12 21:48:59 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-08-12 21:48:59 -0700 |
commit | 78ddb6b8a5e8fbf400706cf60b9f1a47056587a1 (patch) | |
tree | 1cf96ea492179e3133d12596c98d8346c3cab42e | |
parent | 061c655fb66f522ba569240295feb8c44f4c7630 (diff) |
inc history size
-rw-r--r-- | .bash_profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile index 6fe72956..f4d3fa94 100644 --- a/.bash_profile +++ b/.bash_profile @@ -9,8 +9,8 @@ export XDG_CACHE_HOME="$HOME/.cache" export XDG_DATA_HOME="$HOME/.local/share" export PATH="$(find ~/.local/bin -type d -printf %p:)$PATH" -export HISTSIZE=4000 -export HISTFILESIZE=4000 +export HISTSIZE=5000 +export HISTFILESIZE=5000 export MANPAGER='nvim +Man!' export EDITOR=nvim |