Initial commit. Functional zshrc config setup.

This commit is contained in:
2026-01-25 10:39:50 +01:00
parent 2c6b7c7a20
commit de32ca6894
9 changed files with 240 additions and 0 deletions

7
zsh/history.zsh Normal file
View File

@@ -0,0 +1,7 @@
HISTSIZE=100000
SAVEHIST=100000
setopt SHARE_HISTORY
setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_SPACE
setopt INC_APPEND_HISTORY