commit bc3fb583425fa79b979a12b08a5784d420432451 (patch) parent 857e2fafbc6e1b46fae12437de00bffb0f355405 Author: Alexander Karle <akarle@umass.edu> Date: Tue, 29 May 2018 13:30:09 -0400 Typo in bashrc for git completion Diffstat:
M | bash/bashrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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