diff options
author | xyz <gky44px1999@gmail.com> | 2022-03-13 23:30:04 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-03-13 23:30:04 -0700 |
commit | d112ae4794d95055999e5aa2cbe3c1059c8c387d (patch) | |
tree | 0c7ec11b50172423f54110c98bbb7d3566aa190e /home/xyz/.profile | |
parent | 9c3a546c3e52b4deb6bf545e3fce1f0b1d148a0c (diff) |
inc bash history size
Diffstat (limited to 'home/xyz/.profile')
-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 9a1b63cc..fff55260 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -16,8 +16,8 @@ export XDG_VIDEOS_DIR PATH="$(find "$HOME/.local/bin" -type d -exec printf '%s:' '{}' \+)$PATH" export PATH -export HISTSIZE=10000 -export HISTFILESIZE=10000 +export HISTSIZE=15000 +export HISTFILESIZE=15000 export EDITOR=nvim export BROWSER=firefox |