From: Oleg Broytman Date: Tue, 20 Jun 2017 20:52:56 +0000 (+0300) Subject: .shellrc: slightly change comment X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=9169df51588c4172babd3233ca28ed01b0f6ef92;p=dotfiles.git .shellrc: slightly change comment --- 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)" ; }