mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-08-20 05:20:22 +00:00
Add comments into each of the function files to make them easier to find
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
# function git-branch-current {
|
||||
|
||||
if ! git rev-parse 2> /dev/null; then
|
||||
print "$0: not a repository: $PWD" >&2
|
||||
return 1
|
||||
@@ -18,3 +20,5 @@ if [[ -n "$ref" ]]; then
|
||||
else
|
||||
return 1
|
||||
fi
|
||||
|
||||
# }
|
||||
|
Reference in New Issue
Block a user