summaryrefslogtreecommitdiff
path: root/zsh/.zshenv
blob: f02f83ac0c5ec6dc34aee94f3e64f44b1e1e5caa (plain)
1
2
3
4
5
# ZSH SPECIFIC CONFIGS
unset HISTFILE
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
[ -f /etc/profile ] && . /etc/profile
[ -f "$XDG_CONFIG_HOME/sh/profile" ] && . "$XDG_CONFIG_HOME/sh/profile"