dots/users/price/conf/zsh/init-extra.zsh
Price Hiller 2f9e7a94f6
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled
refactor(nix): improve zsh compinit handling
2024-05-28 18:48:59 -05:00

6 lines
130 B
Bash

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