]> arthur.barton.de Git - ax-zsh.git/blob - core/05_fpath/05_fpath.zshrc
05_fpath: Ignore errors/warnings of "typeset"
[ax-zsh.git] / core / 05_fpath / 05_fpath.zshrc
1 # AX-ZSH: Alex' Modular ZSH Configuration
2 # 05_fpath.zshrc: Setup AX-ZSH "fpath"
3
4 typeset -xTU AXZSH_FPATH axzsh_fpath 2>/dev/null
5
6 [[ -n "$AXZSH_FPATH" ]] && fpath=($axzsh_fpath $fpath)