effective-debugging
effective-debugging copied to clipboard
Page 60, Item 25, line 17 from bottom
The line
if ! [ -f ~/.bash_completion.d/git-completion.bash] ; then
should read
if ! [ -f ~/.bash_completion.d/git-completion.bash ] ; then
Thanks to: Naohiro Ooiwa-san