aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/eds.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bash_completion.d/eds.bash')
-rw-r--r--bash/bash_completion.d/eds.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bash_completion.d/eds.bash b/bash/bash_completion.d/eds.bash
index 3829e157..58ecf402 100644
--- a/bash/bash_completion.d/eds.bash
+++ b/bash/bash_completion.d/eds.bash
@@ -4,6 +4,7 @@ _eds() {
local edspath
edspath=${EDSPATH:-"$HOME"/.local/bin}
[[ -d $edspath ]] || return
+ local executable
while IFS= read -rd '' executable ; do
[[ -n $executable ]] || continue
COMPREPLY[${#COMPREPLY[@]}]=$executable