summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2024-06-19 08:03:28 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2024-06-19 08:03:28 +0300
commit870db2330ae3871f38a74f5d803df539dcc0da4a (patch)
tree17f00352075c356d527606aab29d0759d44fb174 /.zshrc
parent8c8b730c6f02fde7c8c9f5214135c9ed9a075b60 (diff)
Increase zsh histsize
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 9fd9283..733ec8b 100644
--- a/.zshrc
+++ b/.zshrc
@@ -2,8 +2,8 @@ autoload -U colors && colors
PS1="%B%{$fg[yellow]%}[%{$fg[green]%}%n%{$fg[yellow]%}@%{$fg[cyan]%}%M%{$fg[yellow]%}:%{$fg[yellow]%}%~%{$fg[yellow]%}]"$'\n'"%{$fg[yellow]%}>%b "
stty stop undef
HISTFILE=~/.histfile
-HISTSIZE=10000
-SAVEHIST=10000
+HISTSIZE=1000000
+SAVEHIST=1000000
setopt EXTENDED_HISTORY
unsetopt beep
bindkey -e