]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: slightly change comment
authorOleg Broytman <phd@phdru.name>
Tue, 20 Jun 2017 20:52:56 +0000 (23:52 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 20 Jun 2017 20:52:56 +0000 (23:52 +0300)
.shellrc

index b0ba00f8576537101d93af2989958dd7aa73aec5..f62347b22db131518052f1767e242e62f7851abb 100644 (file)
--- 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)" ; }