]> code.delx.au - dotfiles/commitdiff
Fixed dumb bug
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 26 Oct 2010 09:27:04 +0000 (20:27 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 26 Oct 2010 09:27:04 +0000 (20:27 +1100)
.bash/interactive

index 366fe20a99e4a1e555f378a8e458fb82a078dffa..d1c1b31d38fd4fe3f2a6a44d3350b26d42fa36f7 100644 (file)
@@ -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"