timetrap, etc.

This commit is contained in:
eneller
2025-09-12 09:31:35 +02:00
parent 1fa5c6d319
commit ff36b7b20a
6 changed files with 23 additions and 44 deletions

3
.zshrc
View File

@@ -26,6 +26,9 @@ setopt extendedglob # Extended globbing. Allows using regular ex
setopt correct # Auto correct mistakes
setopt numericglobsort # Sort filenames numerically when it makes sense
setopt appendhistory # Immediately append history instead of overwriting
setopt sharehistory
export HISTSIZE=10000
export SAVEHIST=10000
HISTFILE=~/.history
zstyle ':completion:*' special-dirs true # complete hidden directories