Add comment to bash g completion script and reindent
This commit is contained in:
parent
9c6ecb6426
commit
4ef004e60c
1 changed files with 15 additions and 12 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
# Just source this file in your bashrc :)
|
||||||
|
|
||||||
_g_completion() {
|
_g_completion() {
|
||||||
root=$(git rev-parse --show-toplevel 2>/dev/null)
|
root=$(git rev-parse --show-toplevel 2>/dev/null)
|
||||||
if [ "$root" ]
|
if [ "$root" ]
|
||||||
|
|
Loading…
Reference in a new issue