summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-10-26 00:05:12 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-10-26 01:35:37 -0400
commitea14580bb86fec011581f29076609d9fcae18411 (patch)
treec8ace02c19e783471d9c5d220fcd1772ef972f09
parent38d32fd117f0dd4cd3ab45eee7d0d67c74af3b12 (diff)
clean-up litter
-rw-r--r--.github/ISSUE_TEMPLATE33
-rw-r--r--completions/bash.completion2
-rw-r--r--completions/zsh.completion2
-rw-r--r--config2
-rwxr-xr-xpacaur2
5 files changed, 0 insertions, 41 deletions
diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE
deleted file mode 100644
index b73cc81..0000000
--- a/.github/ISSUE_TEMPLATE
+++ /dev/null
@@ -1,33 +0,0 @@
-###### Important
-
-Read me first: [Bug reports](https://github.com/rmarquis/pacaur/wiki/Bug-reports)
-
-###### Version
-
-`pacaur -v`
-
-```
-Paste result of above command here
-```
-
-###### Description
-
-Enter description of issue here
-
-
-###### Output
-
-`pacaur <your command>`
-
-```
-Paste result of above command here
-```
-
-###### Debug output
-
-`bash -x pacaur <your command>`
-
-```
-Paste result of above command here
-```
-
diff --git a/completions/bash.completion b/completions/bash.completion
index 7514b9b..cd650f9 100644
--- a/completions/bash.completion
+++ b/completions/bash.completion
@@ -39,5 +39,3 @@ _pacaur() {
_completion_loader pacman
complete -o default -F _pacaur pacaur
-
-# vim:set ts=4 sw=4 et:
diff --git a/completions/zsh.completion b/completions/zsh.completion
index 697f704..fef55e5 100644
--- a/completions/zsh.completion
+++ b/completions/zsh.completion
@@ -605,5 +605,3 @@ case $args in
fi
;;
esac
-
-# vim:set ts=4 sw=4 et:
diff --git a/config b/config
index da0f002..bc041f4 100644
--- a/config
+++ b/config
@@ -16,5 +16,3 @@
#sortby=name # sort method (name|votes|popularity)
#sortorder=ascending # sort order (ascending|descending)
#sudoloop=true # prevent sudo timeout
-
-# vim:set ts=4 sw=4 et:
diff --git a/pacaur b/pacaur
index 413143f..99e6cc6 100755
--- a/pacaur
+++ b/pacaur
@@ -1886,5 +1886,3 @@ case "${operation}" in
fi
exit;;
esac
-
-# vim:set ts=4 sw=4 et: