From c512262aaedc05aa45bdd862e68b49443b8d61a7 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 19 Jul 2015 16:49:59 +0200 Subject: [PATCH] 05_fpath: Ignore errors/warnings of "typeset" --- core/05_fpath/05_fpath.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2