Add comment to bash g completion script and reindent

This commit is contained in:
Talia 2020-07-17 13:26:18 +02:00
parent 9c6ecb6426
commit 4ef004e60c
1 changed files with 15 additions and 12 deletions

View File

@ -1,3 +1,6 @@
#!/bin/bash
# Just source this file in your bashrc :)
_g_completion() {
root=$(git rev-parse --show-toplevel 2>/dev/null)
if [ "$root" ]