From: Alexander Barton Date: Sun, 19 Jul 2015 14:49:59 +0000 (+0200) Subject: 05_fpath: Ignore errors/warnings of "typeset" X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ax-zsh.git;a=commitdiff_plain;h=c512262aaedc05aa45bdd862e68b49443b8d61a7 05_fpath: Ignore errors/warnings of "typeset" --- diff --git a/core/05_fpath/05_fpath.zshrc b/core/05_fpath/05_fpath.zshrc index 94e6620..7ba822f 100644 --- a/core/05_fpath/05_fpath.zshrc +++ b/core/05_fpath/05_fpath.zshrc @@ -1,6 +1,6 @@ # AX-ZSH: Alex' Modular ZSH Configuration # 05_fpath.zshrc: Setup AX-ZSH "fpath" -typeset -xTU AXZSH_FPATH axzsh_fpath +typeset -xTU AXZSH_FPATH axzsh_fpath 2>/dev/null [[ -n "$AXZSH_FPATH" ]] && fpath=($axzsh_fpath $fpath)