aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/ssh.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-11-13 18:12:00 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-11-13 18:12:00 +1300
commitca83a06667dfb2acdee88b56d5c26ad89261651d (patch)
tree7be78a38c4a7e57c3d5a7ca72f815edcba6de65e /bash/bashrc.d/ssh.bash
parentPull Vim plugin submodules in separate target (diff)
downloaddotfiles-ca83a06667dfb2acdee88b56d5c26ad89261651d.tar.gz
dotfiles-ca83a06667dfb2acdee88b56d5c26ad89261651d.zip
Remove unnecessary null COMPREPLY assigns
Diffstat (limited to 'bash/bashrc.d/ssh.bash')
-rw-r--r--bash/bashrc.d/ssh.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bashrc.d/ssh.bash b/bash/bashrc.d/ssh.bash
index 0f1a8d65..3a847dc4 100644
--- a/bash/bashrc.d/ssh.bash
+++ b/bash/bashrc.d/ssh.bash
@@ -14,7 +14,6 @@ _ssh() {
# Bail if the configuration file is illegible
local config=$HOME/.ssh/config
if [[ ! -r $config ]] ; then
- COMPREPLY=()
return 1
fi