cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
e94eaedf24a22922cfc84a429b7be892c640efac
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2026-02-13T19:47:19Z
zsh/.zshrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) @@ -48,8 +48,11 @@ fi # History Settings HISTFILE=~/.histfile -HISTSIZE=1000 -SAVEHIST=1000 +HISTSIZE=30000 +SAVEHIST=30000 +setopt SHARE_HISTORY +setopt HIST_IGNORE_ALL_DUPS +setopt HIST_REDUCE_BLANKS # ============================================================================== # 4. COMPLETION & UI SETTINGS