mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 22:51:42 +02:00
42964: Update list of fbsd architectures
This commit is contained in:
parent
e60620bc2f
commit
660e3f543e
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2018-06-09 Oliver Kiddle <okiddle@yahoo.co.uk>
|
2018-06-09 Oliver Kiddle <okiddle@yahoo.co.uk>
|
||||||
|
|
||||||
|
* 42964: Eitan Adler: Completion/BSD/Type/_fbsd_architectures:
|
||||||
|
Update list of fbsd architectures
|
||||||
|
|
||||||
* 42918: dana: Completion/Unix/Command/_jq: fix file completion
|
* 42918: dana: Completion/Unix/Command/_jq: fix file completion
|
||||||
|
|
||||||
* 42918: dana: Completion/Unix/Command/_ldd: adapt detection of
|
* 42918: dana: Completion/Unix/Command/_ldd: adapt detection of
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
local expl
|
local expl
|
||||||
|
|
||||||
_description architectures expl 'architecture'
|
_description architectures expl 'architecture'
|
||||||
compadd "$@" "$expl[@]" amd64 arm arm64 i386 mips ppc sparc xbox
|
compadd "$@" "$expl[@]" amd64 arm arm64 i386 mips powerpc riscv sparc64
|
||||||
|
|
Loading…
Reference in a new issue