mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-07-01 09:19:25 +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-hub-shorten-url {
|
||||
|
||||
local url="$1"
|
||||
|
||||
if [[ "$url" == '-' ]]; then
|
||||
@ -20,3 +22,5 @@ if (( $+commands[curl] )); then
|
||||
else
|
||||
print "$0: command not found: curl" >&2
|
||||
fi
|
||||
|
||||
# }
|
||||
|
Reference in New Issue
Block a user