fix (completion): SC2016 in export.completion.bash
parent
0ad2d659ef
commit
9dd88df936
|
|
@ -1 +1,3 @@
|
||||||
complete -o nospace -S = -W '$(printenv | awk -F= "{print \$1}")' export
|
# shellcheck shell=bash
|
||||||
|
|
||||||
|
complete -o nospace -S = -W "$(printenv | awk -F= "{print \$1}")" export
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue