From d257b399a74bfbe96325644a7f8b6029d72887ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20B=C3=BCckendorf?= Date: Thu, 6 Dec 2018 20:56:56 +0100 Subject: [PATCH] dotfiles.bashrc: Corrected small error that prevented the dot alias from getting bash completion --- .bashrc.d/dotfiles.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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