zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Completion: Add _e2label
@ 2018-09-04  3:13 dana
  0 siblings, 0 replies; only message in thread
From: dana @ 2018-09-04  3:13 UTC (permalink / raw)
  To: Zsh hackers list

Kind of bare-bones, but _tune2fs isn't very fancy either, so w/e

dana


diff --git a/Completion/Linux/Command/_e2label b/Completion/Linux/Command/_e2label
new file mode 100644
index 000000000..2545f72af
--- /dev/null
+++ b/Completion/Linux/Command/_e2label
@@ -0,0 +1,3 @@
+#compdef e2label
+
+_arguments '1:device:_files' '2::volume label:(/dev/disk/by-label/*(N:t))'


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-04  3:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-04  3:13 [PATCH] Completion: Add _e2label dana

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).