Add a boilerplate & fix vague comments
This commit is contained in:
parent
74dcbbc51e
commit
7f06c8c7b5
|
@ -1,7 +1,15 @@
|
||||||
|
# gitstatus zsh plugin
|
||||||
|
# https://github.com/xylous/gistatus
|
||||||
|
#
|
||||||
|
# Code licensed under the MIT License
|
||||||
|
# https://raw.githubusercontent.com/xylous/gitstatus/master/LICENSE
|
||||||
|
#
|
||||||
|
# @author xylous <xylous.e@gmail.com>
|
||||||
|
# @maintainer xylous <xylous.e@gmail.com>
|
||||||
|
|
||||||
###
|
###
|
||||||
# Print the final gitstatus prompt to stdout
|
# Print a formatted gitstatus prompt to stdout
|
||||||
# Arguments: $1 -i, if it's an inline prompt => add a whitespace at the end, if
|
# Options: -i add a whitespace at the end, if the output isn't empty
|
||||||
# not empty
|
|
||||||
###
|
###
|
||||||
function gitstatus()
|
function gitstatus()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue