Files
opalfiles/.zshenv
2025-08-16 11:35:38 -07:00

9 lines
172 B
Bash

export ZDOTDIR="$HOME/.config/zsh"
HISTFILE=$ZDOTDIR/.zsh_history
HISTSIZE=10000
SAVEHIST=10000
# Options to make history nicer
setopt HIST_IGNORE_DUPS HIST_IGNORE_SPACE