dotfiles.bashrc: Corrected small error that prevented the dot alias from getting bash completion

This commit is contained in:
Gregor Bückendorf 2018-12-06 20:56:56 +01:00
parent 90e6480204
commit d257b399a7

View file

@ -23,7 +23,7 @@ do
then
. $completion_file
__git_complete dotfiles __git_main
if [[ dot_aliased == "yes" ]]
if [[ $dot_aliased == yes ]]
then
__git_complete dot __git_main
fi