increase bash history size

master
lub 4 years ago
parent 71b9cdbc75
commit 6a4573c810

@ -5,8 +5,8 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
export HISTSIZE=10000
export HISTFILESIZE=10000
export HISTSIZE=100000
export HISTFILESIZE=100000
export PATH="$HOME/.bin:$PATH"
# define a default editor

Loading…
Cancel
Save