dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 31ec80d769cdf8bd860b34cfb1bcabcdc06321b1
parent 53b92eb3a3b31b39cc1964ac75fa02cc159d0185
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 31 Oct 2017 09:24:05 -0400

increase zsh history limit

Diffstat:
Mlinks/.zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.zshrc b/links/.zshrc @@ -38,7 +38,7 @@ setopt share_history setopt hist_verify setopt hist_ignore_all_dups export HISTFILE="${HOME}"/.zsh-history -export HISTSIZE=10000 +export HISTSIZE=1000000 export SAVEHIST=$HISTSIZE zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}