]> arthur.barton.de Git - ax-zsh.git/commitdiff
05_fpath: Ignore errors/warnings of "typeset"
authorAlexander Barton <alex@barton.de>
Sun, 19 Jul 2015 14:49:59 +0000 (16:49 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 19 Jul 2015 14:49:59 +0000 (16:49 +0200)
core/05_fpath/05_fpath.zshrc

index 94e6620adf60758649e9f721d0a43198e3373676..7ba822f817db686681a0a5bdd98ea681cbe0a628 100644 (file)
@@ -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)