X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=f62347b22db131518052f1767e242e62f7851abb;hb=9169df51588c4172babd3233ca28ed01b0f6ef92;hp=b0ba00f8576537101d93af2989958dd7aa73aec5;hpb=1b29d43fdccf916b864cfffefca4ae3c7ed018f1;p=dotfiles.git diff --git a/.shellrc b/.shellrc index b0ba00f..f62347b 100644 --- a/.shellrc +++ b/.shellrc @@ -185,7 +185,7 @@ if test -x /usr/bin/git >/dev/null 2>&1; then } if test -n "$BASH_VERSION"; then - # completion for global aliases in .gitconfig + # completion for aliases in global .gitconfig # fixup rbi rbia rbiap rbip - do refs name completion _git_fixup() { __gitcomp_nl "$(__git_refs)" ; }