From: James Bunton Date: Tue, 26 Oct 2010 09:27:04 +0000 (+1100) Subject: Fixed dumb bug X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/879d834a066515cd2864abbfc3d95d11d5b0cd1e Fixed dumb bug --- diff --git a/.bash/interactive b/.bash/interactive index 366fe20..d1c1b31 100644 --- a/.bash/interactive +++ b/.bash/interactive @@ -59,5 +59,5 @@ shopt -s no_empty_cmd_completion ssource "${HOME}/.bash/interactive_local" # Load bash completion if available -[ -r "${1}" ] && "/etc/bash_completion" +[ -r "/etc/bash_completion" ] && source "/etc/bash_completion"