diff --git a/.bashrc.d/dotfiles.bashrc b/.bashrc.d/dotfiles.bashrc index c425d7f..53325d7 100644 --- a/.bashrc.d/dotfiles.bashrc +++ b/.bashrc.d/dotfiles.bashrc @@ -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