From 269bb3d7b03a85783b5da58ac46082adbf6a855f Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Tue, 18 Sep 2018 17:26:56 +0200 Subject: [PATCH] Temporarily set NULL_GLOB to allow non-matching patterns --- .zshenv | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshenv b/.zshenv index ec1ebd6..16bf95b 100644 --- a/.zshenv +++ b/.zshenv @@ -50,6 +50,8 @@ then # first prepend important stuff - in order of increasing priority: + setopt NULL_GLOB + PATH=`$preppath -c /usr/bin/X11:/usr/games:/usr/contrib/bin` PATH=`$preppath -c /bin:/usr/bin` # Debian's open/libre office is in /usr/bin, so we need to prepend @@ -63,6 +65,8 @@ then # then append less important stuff PATH=`apppath -c /usr/local/www/offline/devel.fiw/bin` + + unsetopt NULL_GLOB fi if [ -r /etc/MANPATH ]