chore: update default terminal 89748b9b
Steve · 2026-08-31 23:22 1 file(s) · +1 −1
zsh/dot-zshrc +1 −1
37 37
# =============================================================================
38 38
export EDITOR="nvim"
39 39
export CLICOLOR=1
40 -
export TERMINAL="wezterm"
40 +
export TERMINAL="st"
41 41
42 42
# Go
43 43
export GOPATH="$HOME/.local/share/go"