From 0ce17b9a87a49b0f87e0ec14e0ecec73cf4b2c07 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Mon, 25 Aug 2025 01:12:19 +0300 Subject: zsh opts --- .zshrc | 8 ++++++-- 1 file 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' -- cgit v1.2.3