aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-11 21:17:34 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-11 21:17:34 +1200
commit877695ef4811f5efef5ceac1e3e2e9cdaa6b8c25 (patch)
tree5756425e5c700d9ddd2803c5c5921b498c3b6456 /bash/bash_completion.d
parentAdd git-stash/submodule completion (diff)
downloaddotfiles-877695ef4811f5efef5ceac1e3e2e9cdaa6b8c25.tar.gz
dotfiles-877695ef4811f5efef5ceac1e3e2e9cdaa6b8c25.zip
Strip some trailing blank lines
Diffstat (limited to 'bash/bash_completion.d')
-rw-r--r--bash/bash_completion.d/awk.bash1
-rw-r--r--bash/bash_completion.d/cat.bash1
-rw-r--r--bash/bash_completion.d/ed.bash1
-rw-r--r--bash/bash_completion.d/ex.bash1
-rw-r--r--bash/bash_completion.d/grep.bash1
-rw-r--r--bash/bash_completion.d/head.bash1
-rw-r--r--bash/bash_completion.d/m4.bash1
-rw-r--r--bash/bash_completion.d/sed.bash1
-rw-r--r--bash/bash_completion.d/source.bash1
-rw-r--r--bash/bash_completion.d/tail.bash1
-rw-r--r--bash/bash_completion.d/vi.bash1
-rw-r--r--bash/bash_completion.d/view.bash1
-rw-r--r--bash/bash_completion.d/vim.bash1
13 files changed, 0 insertions, 13 deletions
diff --git a/bash/bash_completion.d/awk.bash b/bash/bash_completion.d/awk.bash
index 6c6f4b72..1e01381a 100644
--- a/bash/bash_completion.d/awk.bash
+++ b/bash/bash_completion.d/awk.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 awk
-
diff --git a/bash/bash_completion.d/cat.bash b/bash/bash_completion.d/cat.bash
index 894b18ea..430cd58c 100644
--- a/bash/bash_completion.d/cat.bash
+++ b/bash/bash_completion.d/cat.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 cat
-
diff --git a/bash/bash_completion.d/ed.bash b/bash/bash_completion.d/ed.bash
index 9bc2bf59..c7fc6fde 100644
--- a/bash/bash_completion.d/ed.bash
+++ b/bash/bash_completion.d/ed.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 ed
-
diff --git a/bash/bash_completion.d/ex.bash b/bash/bash_completion.d/ex.bash
index 6e2ac9fb..6805b8b1 100644
--- a/bash/bash_completion.d/ex.bash
+++ b/bash/bash_completion.d/ex.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 ex
-
diff --git a/bash/bash_completion.d/grep.bash b/bash/bash_completion.d/grep.bash
index dec9f7d3..86c191cb 100644
--- a/bash/bash_completion.d/grep.bash
+++ b/bash/bash_completion.d/grep.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 grep
-
diff --git a/bash/bash_completion.d/head.bash b/bash/bash_completion.d/head.bash
index 65a32628..fa7cb878 100644
--- a/bash/bash_completion.d/head.bash
+++ b/bash/bash_completion.d/head.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 head
-
diff --git a/bash/bash_completion.d/m4.bash b/bash/bash_completion.d/m4.bash
index 4cf27e63..5811fd5b 100644
--- a/bash/bash_completion.d/m4.bash
+++ b/bash/bash_completion.d/m4.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 m4
-
diff --git a/bash/bash_completion.d/sed.bash b/bash/bash_completion.d/sed.bash
index 4e27d34f..7957ebe2 100644
--- a/bash/bash_completion.d/sed.bash
+++ b/bash/bash_completion.d/sed.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 sed
-
diff --git a/bash/bash_completion.d/source.bash b/bash/bash_completion.d/source.bash
index 3dba710f..abd468af 100644
--- a/bash/bash_completion.d/source.bash
+++ b/bash/bash_completion.d/source.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 source
-
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
-
diff --git a/bash/bash_completion.d/vi.bash b/bash/bash_completion.d/vi.bash
index 8e385318..728be438 100644
--- a/bash/bash_completion.d/vi.bash
+++ b/bash/bash_completion.d/vi.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 vi
-
diff --git a/bash/bash_completion.d/view.bash b/bash/bash_completion.d/view.bash
index ce381ecf..e228500f 100644
--- a/bash/bash_completion.d/view.bash
+++ b/bash/bash_completion.d/view.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 view
-
diff --git a/bash/bash_completion.d/vim.bash b/bash/bash_completion.d/vim.bash
index 4d3355aa..02d085d1 100644
--- a/bash/bash_completion.d/vim.bash
+++ b/bash/bash_completion.d/vim.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 vim
-