From daf62af720e66f8059982bf3638d37534aba54aa Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 13 Oct 2014 17:43:25 +1300 Subject: Remove some overzealous command checks --- bash/bashrc.d/ftp.bash | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bash/bashrc.d/ftp.bash') diff --git a/bash/bashrc.d/ftp.bash b/bash/bashrc.d/ftp.bash index f0fc5aac..e318a1b6 100644 --- a/bash/bashrc.d/ftp.bash +++ b/bash/bashrc.d/ftp.bash @@ -1,8 +1,3 @@ -# Bail if no ftp(1) -if ! hash ftp 2>/dev/null ; then - return -fi - # Completion for ftp with .netrc machines _ftp() { local word=${COMP_WORDS[COMP_CWORD]} -- cgit v1.2.3