Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Add unalias to Functions Index in doc
- X-seq: zsh-workers 52327
- From: Dennis Eriksen <d@xxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] Add unalias to Functions Index in doc
- Date: Mon, 27 Nov 2023 08:40:49 +0100
- Archived-at: <https://zsh.org/workers/52327>
- List-id: <zsh-workers.zsh.org>
Hi,
I noticed `unalias` is missing from the Functions Index in the official
documentation [1].
Is there some reason it's missing? If not, here's a (very) small patch I
think will add it.
1: <https://zsh.sourceforge.io/Doc/Release/zsh_14.html#index_split-13_fn_letter-U>
---
Doc/Zsh/builtins.yo | 1 +
1 file changed, 1 insertion(+)
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 8f310f6cf..de5cbb90d 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -2414,6 +2414,7 @@ the symbolic form the permissions you specify are those which are to be
allowed (not denied) to the users specified.
)
cindex(aliases, removing)
+findex(unalias)
item(tt(unalias) [ tt(-ams) ] var(name) ...)(
Removes aliases. This command works the same as tt(unhash -a), except that
the tt(-a) option removes all regular or global aliases, or with tt(-s)
--
2.42.0
Messages sorted by:
Reverse Date,
Date,
Thread,
Author