dots/users/price/conf/zsh/init-extra.zsh

6 lines
130 B
Bash
Raw Normal View History

() {
if [[ -n "$XDG_CONFIG_HOME" && -r "$XDG_CONFIG_HOME/zsh/zsh" ]]; then
source "$XDG_CONFIG_HOME/zsh/zsh"
fi
}