aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/tail.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bash_completion.d/tail.bash')
-rw-r--r--bash/bash_completion.d/tail.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bash_completion.d/tail.bash b/bash/bash_completion.d/tail.bash
index e72d0d8d..e80f40a5 100644
--- a/bash/bash_completion.d/tail.bash
+++ b/bash/bash_completion.d/tail.bash
@@ -2,4 +2,3 @@
declare -F _text_filenames >/dev/null ||
source "$HOME"/.bash_completion.d/_text_filenames.bash
complete -F _text_filenames -o filenames tail
-