From 9b638398b46f465f91683e996ff24e4fb34640cb Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 23 Sep 2014 20:28:51 +0100 Subject: unposted: mention /usr/local/share/zsh/site-functions default in NEWS --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 1f2a9daad..3188e2c5c 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,13 @@ Changes since 5.0.0 to be treated as floating point. This is most useful locally within functions or scripts performing floating point calculations. +- The default $fpath/$FPATH is now designed always to include + /usr/local/share/zsh/site-functions. This does not need to exist and + sites that use an explicit configuration can put that in /etc/zshenv as + before. The intention of the new path element is to increase the + likelihood that locally added functions can be found with the shell + running "out of the box" however the shell was configured. + - Individual pattern characters can be disabled. For example, to allow '^' to be an ordinary character even if the option EXTENDED_GLOB is set, use "disable -p '^'". -- cgit 1.4.1