summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-05-02 10:58:52 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-05-02 10:58:52 +0000
commit48d0166c1c23443c662e10dc758b1a4662ba9110 (patch)
tree26d9694aa7617cdc20fb21194558f070b2dd2534 /README
parent18492: Provide partial fix for multios and output process substitution (diff)
downloadzsh-48d0166c1c23443c662e10dc758b1a4662ba9110.tar
zsh-48d0166c1c23443c662e10dc758b1a4662ba9110.tar.gz
zsh-48d0166c1c23443c662e10dc758b1a4662ba9110.tar.bz2
zsh-48d0166c1c23443c662e10dc758b1a4662ba9110.tar.lz
zsh-48d0166c1c23443c662e10dc758b1a4662ba9110.tar.xz
zsh-48d0166c1c23443c662e10dc758b1a4662ba9110.tar.zst
zsh-48d0166c1c23443c662e10dc758b1a4662ba9110.zip
18497: minor tweaks to info and tcp_spam
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 3a897fdc4..0c4929127 100644
--- a/README
+++ b/README
@@ -35,6 +35,10 @@ up for bash-style word handling:
autoload -U select-word-style
select-word-style bash
+The `=prog' facility for expanding command paths (provided the EQUALS
+option is enabled, as it is by default) no longer expands aliases. It was
+felt this feature was underused and confusing.
+
Documentation
-------------