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.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/bash_completion.d/eds.bash b/bash/bash_completion.d/eds.bash
index 8d0f6067..0395fd4c 100644
--- a/bash/bash_completion.d/eds.bash
+++ b/bash/bash_completion.d/eds.bash
@@ -1,5 +1,5 @@
-# Complete args to eds(1) with existing executables in $EDSPATH, defaulting to
-# ~/.local/bin
+# Complete args to eds(1df) with existing executables in $EDSPATH, defaulting
+# to ~/.local/bin
_eds() {
local edspath
edspath=${EDSPATH:-"$HOME"/.local/bin}