Files
opalfiles/.config/zsh/.zshenv
T
2026-06-12 14:45:59 -07:00

10 lines
227 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
export GTK_THEME=Yaru-dark