summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsxv478 <atvx717@infraredcombat.xyz>2025-08-25 01:12:19 +0300
committertsxv478 <atvx717@infraredcombat.xyz>2025-08-25 01:12:19 +0300
commit0ce17b9a87a49b0f87e0ec14e0ecec73cf4b2c07 (patch)
treef9fed7baa1cd74cbb475291607be077c79b9f46b
parentd29d3f372ea48c15bfc4cc5a9873699a47502803 (diff)
zsh optsHEADmaster
-rw-r--r--.zshrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 733ec8b..ff057d0 100644
--- a/.zshrc
+++ b/.zshrc
@@ -2,9 +2,13 @@ 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=1000000
-SAVEHIST=1000000
+HISTSIZE=100000
+SAVEHIST=100000
setopt EXTENDED_HISTORY
+setopt SHARE_HISTORY
+setopt HIST_IGNORE_DUPS
+setopt HIST_FIND_NO_DUPS
+setopt HIST_EXPIRE_DUPS_FIRST
unsetopt beep
bindkey -e
zstyle :compinstall filename '~/.zshrc'