mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-10 22:31:24 +02:00
40344: new lsblk completion
This commit is contained in:
parent
00f16c8e68
commit
cfc8165bc1
2 changed files with 61 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2017-01-12 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
|
* 40344: Completion/Linux/Command/_lsblk: new lsblk completion
|
||||||
|
|
||||||
2017-01-12 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2017-01-12 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* unposted: Src/hashtable.c: one missing *name = NULL.
|
* unposted: Src/hashtable.c: one missing *name = NULL.
|
||||||
|
|
57
Completion/Linux/Command/_lsblk
Normal file
57
Completion/Linux/Command/_lsblk
Normal file
|
@ -0,0 +1,57 @@
|
||||||