Skip to content

Commit

Permalink
completion/export
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelicWizard committed Jan 29, 2022
1 parent ea419e1 commit 7df4e38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clean_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ completion/available/docker-machine.completion.bash
completion/available/docker.completion.bash
completion/available/dotnet.completion.bash
completion/available/drush.completion.bash
#completion/available/export.completion.bash
completion/available/export.completion.bash
completion/available/flutter.completion.bash
completion/available/gcloud.completion.bash
completion/available/gem.completion.bash
Expand Down
5 changes: 4 additions & 1 deletion completion/available/export.completion.bash
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
complete -o nospace -S = -W '$(printenv | awk -F= "{print \$1}")' export
# shellcheck shell=bash

_log_warning 'Bash completion for "export" is now covered by "system".'
_disable-completion "export"

0 comments on commit 7df4e38

Please sign in to comment.