Skip to content

Commit 828c8a4

Browse files
committed
zshrc: unfunction less utilities
Signed-off-by: Frank Terbeck <ft@grml.org>
1 parent cb300a4 commit 828c8a4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

etc/zsh/zshrc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -496,11 +496,7 @@ xcat() {
496496
xunfunction() {
497497
emulate -L zsh
498498
local -a funcs
499-
funcs=(salias xcat xsource xunfunction zrcautoload
500-
zrcautozle
501-
zrcbindkey
502-
zrcgotkeymap
503-
zrcgotwidget)
499+
funcs=(salias xcat xsource xunfunction zrcautoload zrcautozle)
504500
for func in $funcs ; do
505501
[[ -n ${functions[$func]} ]] \
506502
&& unfunction $func

0 commit comments

Comments
 (0)