summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorAvindra Goolcharan <aavindraa@gmail.com>2018-04-12 04:21:56 -0400
committerJunegunn Choi <junegunn.c@gmail.com>2018-04-12 17:21:56 +0900
commit7add75126d222be45281eb0d273d3e41a8cd103d (patch)
treed349623978c4929d89b1ae3a884385a2bc62f7a1 /shell
parentd207672bd57bdc0c7a410e2d81c993675e2df59c (diff)
ZSH and Bash completion: remove shebang (#1248)
Shebangs are only for files that are directly executable. In cases where files are only sourced (such as completion scripts), these are unneeded.
Diffstat (limited to 'shell')
-rw-r--r--shell/completion.bash1
-rw-r--r--shell/completion.zsh1
2 files changed, 0 insertions, 2 deletions
diff --git a/shell/completion.bash b/shell/completion.bash
index 9f079b27..ba8838cc 100644
--- a/shell/completion.bash
+++ b/shell/completion.bash
@@ -1,4 +1,3 @@
-#!/bin/bash
# ____ ____
# / __/___ / __/
# / /_/_ / / /_
diff --git a/shell/completion.zsh b/shell/completion.zsh
index 3c083aa4..2e25c582 100644
--- a/shell/completion.zsh
+++ b/shell/completion.zsh
@@ -1,4 +1,3 @@
-#!/bin/zsh
# ____ ____
# / __/___ / __/
# / /_/_ / / /_