@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# git-prompt-help -- show useful info to help new users with the information
# being displayed.
function async_run() {
{
# -*- coding: UTF-8 -*-
# gitstatus.sh -- produce the current git repo status on STDOUT
# Functionally equivalent to 'gitstatus.py', but written in bash (not python).