diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-09-23 20:28:51 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2014-09-23 20:28:51 +0100 |
commit | 9b638398b46f465f91683e996ff24e4fb34640cb (patch) | |
tree | d1f74c2b732b4c007c7f157136d76413f2d522f2 /NEWS | |
parent | 5378f6ad775098210cf8046a8aceeaecbcc58b51 (diff) | |
download | zsh-9b638398b46f465f91683e996ff24e4fb34640cb.tar.gz zsh-9b638398b46f465f91683e996ff24e4fb34640cb.tar.xz zsh-9b638398b46f465f91683e996ff24e4fb34640cb.zip |
unposted: mention /usr/local/share/zsh/site-functions default in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
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 '^'". |