about summary refs log tree commit diff
path: root/Completion/Unix/Command/_printenv
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_printenv')
-rw-r--r--Completion/Unix/Command/_printenv5
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_printenv b/Completion/Unix/Command/_printenv
new file mode 100644
index 000000000..ad5b49815
--- /dev/null
+++ b/Completion/Unix/Command/_printenv
@@ -0,0 +1,5 @@
+#compdef printenv
+
+local expl
+
+_wanted parameters expl 'environment variable' _parameters -g '*export*'