bash-it/completion/available/export.completion.bash

4 lines
98 B
Bash

# shellcheck shell=bash
complete -o nospace -S = -W "$(printenv | awk -F= "{print \$1}")" export