about summary refs log tree commit diff
path: root/Completion/Commands/_bash_completions
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Commands/_bash_completions')
-rw-r--r--Completion/Commands/_bash_completions2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Commands/_bash_completions b/Completion/Commands/_bash_completions
index 5f3adc1e0..ee663fc30 100644
--- a/Completion/Commands/_bash_completions
+++ b/Completion/Commands/_bash_completions
@@ -30,7 +30,7 @@ local key=$KEYS[-1]
 case $key in
   '!') _main_complete _command_names
        ;;
-  '$') compgen -E
+  '$') compadd - "${(@k)parameters[(R)*export*]}"
        ;;
   '@') _main_complete _hosts
        ;;