diff options
-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 |