From bc3fb583425fa79b979a12b08a5784d420432451 Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Tue, 29 May 2018 13:30:09 -0400 Subject: [PATCH] Typo in bashrc for git completion --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bashrc b/bash/bashrc index 7a0d747..aaa3973 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -30,4 +30,4 @@ shopt -s checkwinsize [ -f ~/.fzf.bash ] && source ~/.fzf.bash # Git Completion -[ -f ~/.bash/git-completion.bash ] && source ~/.git-completion.bash +[ -f ~/.bash/git-completion.bash ] && source ~/.bash/.git-completion.bash -- libgit2 0.28.4