diff options
Diffstat (limited to 'bash/bashrc.d/ftp.bash')
-rw-r--r-- | bash/bashrc.d/ftp.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/bashrc.d/ftp.bash b/bash/bashrc.d/ftp.bash index 4b4b63eb..5770f137 100644 --- a/bash/bashrc.d/ftp.bash +++ b/bash/bashrc.d/ftp.bash @@ -31,4 +31,3 @@ _ftp() { done } complete -F _ftp -o default ftp - |