commit c2545138503e0e1b117008d7f2bc023b24389060 parent 38ef2b427126e942f1ada72de029b27d0d37846a Author: Ed van Bruggen <ed@edryd.org> Date: Wed, 27 Sep 2017 22:20:42 -0700 bin: Add tab completion info to g Diffstat:
bin/g | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/bin/g b/bin/g @@ -1,6 +1,9 @@ #!/usr/bin/env bash # g: tiny git wrapper +# +# To enable tab completion append `__git_complete g __git_main` to +# /usr/share/bash-completion/completions/git if [[ $# -eq 0 ]]; then git status