Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions completions/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/7za
/7zr
/7zz
/7zzs
/aclocal-1.1[0123456]
/alpine
/alternatives
Expand Down
2 changes: 1 addition & 1 deletion completions/7z
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ _7z()
fi
fi
} &&
complete -F _7z 7z 7za
complete -F _7z 7z 7za 7zr 7zz 7zzs

# ex: filetype=sh
8 changes: 7 additions & 1 deletion completions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,9 @@ EXTRA_DIST = $(bashcomp_DATA)

CLEANFILES = \
7za \
7zr \
7zz \
7zzs \
aclocal-1.10 \
aclocal-1.11 \
aclocal-1.12 \
Expand Down Expand Up @@ -797,7 +800,10 @@ CLEANFILES = \

symlinks: $(DATA)
$(ss) 7z \
7za
7za \
7zr \
7zz \
7zzs
$(ss) aclocal \
aclocal-1.10 aclocal-1.11 aclocal-1.12 aclocal-1.13 \
aclocal-1.14 aclocal-1.15 aclocal-1.16
Expand Down