]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.shellrc: slightly change comment
[dotfiles.git] / .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)" ; }