diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-04 17:42:02 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-04 17:42:02 -0700 |
commit | bce097ec8b355a2e26ad745e271506fcdd0c0d96 (patch) | |
tree | 18f2760f35b471cac3e825c58885d4d62510698c /.bash_profile | |
parent | bae66ecaf797d764d61433fc5861f9d7742a3940 (diff) |
refactor
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile index ce2f9d6d..3b143e96 100644 --- a/.bash_profile +++ b/.bash_profile @@ -23,8 +23,8 @@ export XDG_PICTURES_DIR="$XDG_PICTURES_DIR" export XDG_VIDEOS_DIR="$XDG_VIDEOS_DIR" export PATH="$(find ~/.local/bin -type d -printf %p:)$PATH" -export HISTSIZE=5000 -export HISTFILESIZE=5000 +export HISTSIZE=7000 +export HISTFILESIZE=7000 export MANPAGER='nvim +Man!' export EDITOR=nvim |