Files
opalfiles/.config/zsh/.zshenv
2025-08-15 19:05:32 -07:00

8 lines
199 B
Bash

# History file (so even non-interactive sessions log commands)
HISTFILE=$ZDOTDIR/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
# Options to make history nicer
setopt HIST_IGNORE_DUPS HIST_IGNORE_SPACE