dotfiles/home/user/.zshenv
2024-02-19 08:50:54 +03:00

7 lines
134 B
Bash

_so() {
[ -r "$1" ] && [ -f "$1" ] && source "$1"
}
export XDG_CONFIG_HOME="$HOME/.config"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"