Increase HISTSIZE up to 10000

This commit is contained in:
2021-12-18 18:59:18 +03:00
parent 58baf904df
commit 1167b3a2c9

View File

@@ -14,6 +14,8 @@ export TERM=alacritty
export EDITOR=nvim
export VISUAL=nvim
export HISTSIZE=10000
# Go ENVs
export GO111MODULE=auto
export GOBIN="$HOME/go/bin"